-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 918 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
{
"name": "wahlprogramm-analyse-longread",
"description": "Analysis of manifestos for the German elections 2017",
"author": "Steffen Kühne",
"version": "0.0.1",
"private": true,
"repository": {
"type": "git",
"url": "git@github.com:digitalegarage/wahlprogramm-analyse-longread.git"
},
"scripts": {
"start": "node node_modules/http-server/bin/http-server ./src -s -o --cors",
"watch": "grunt watch",
"dist": "grunt dist"
},
"dependencies": {
"d3": "^4.10.2"
},
"devDependencies": {
"autoprefixer": "^6.5.3",
"cssnano": "^3.8.0",
"grunt": "^1.5.2",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-postcss": "^0.8.0",
"grunt-sass": "^1.2.1",
"grunt-usemin": "^3.1.1",
"http-server": "^0.10.0"
}
}