forked from lionleaf/dwitter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 863 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "dwitter",
"version": "1.0.0",
"description": "A twitter-style network of 140-character javascript canvas demos",
"scripts": {
"css-fix": "css-beautify --replace --indent-size 2 --end-with-newline dwitter/static/*.css",
"lint": "eslint dwitter/static/js/*.js",
"lint-fix": "eslint --fix dwitter/static/js/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lionleaf/dwitter.git"
},
"author": "Andreas Løve Selvik <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/lionleaf/dwitter/issues"
},
"homepage": "https://github.com/lionleaf/dwitter#readme",
"devDependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^6.7.2",
"eslint-config-airbnb-base": "^11.1.1",
"eslint-plugin-import": "^2.2.0",
"js-beautify": "^1.7.5"
}
}