-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
39 lines (39 loc) · 1.02 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "wikilegis",
"version": "0.1.0",
"description": "Your legislative editing tool",
"main": "index.js",
"scripts": {
"lint": "eslint wikilegis/static/javascript/**/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/labhackercd/wikilegis.git"
},
"author": "Laboratorio Hacker da Camara dos Deputados",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/labhackercd/wikilegis/issues"
},
"homepage": "https://github.com/labhackercd/wikilegis#readme",
"devDependencies": {
"autoprefixer": "^6.6.1",
"babel-preset-es2015": "^6.18.0",
"babelify": "^7.3.0",
"bower": "^1.8.0",
"breakpoint-sass": "^2.7.1",
"browserify": "^13.3.0",
"eslint": "^3.14.1",
"eslint-config-airbnb-base": "^11.0.1",
"eslint-plugin-import": "^2.2.0",
"modernizr": "^3.4.0",
"node-sass": "^4.3.0",
"postcss-cli": "^2.6.0"
},
"dependencies": {
"jquery": "^3.1.1",
"list.js": "^1.4.1",
"diff": "^3.2.0",
"particles.js": "^2.0.0"
}
}