-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
35 lines (35 loc) · 948 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
28
29
30
31
32
33
34
35
{
"name": "offenesparlament",
"version": "0.1.0",
"devDependencies": {
"backbone": "^1.3.1",
"classnames": "^2.2.0",
"coffee-reactify": "^4.0.0",
"flux": "^2.1.1",
"grunt": "~0.4.5",
"grunt-browser-sync": "^2.1.1",
"grunt-browserify": "^4.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-favicons": "benfreu/grunt-favicons",
"jquery": "^2.1.4",
"jquery-deparam": "^0.5.2",
"keymirror": "^0.1.1",
"moment": "^2.12.0",
"object-assign": "^4.0.1",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-input-autosize": "^0.6.2",
"react-overlays": "^0.6.0",
"react-spin": "^0.5.0",
"tooltip": "^1.6.0",
"underscore": "^1.8.3"
},
"dependencies": {
"grunt-sass": "^2.0.0"
}
}