-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
31 lines (31 loc) · 937 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
{
"name": "digital-freedom",
"version": "0.1.0",
"description": "a project to share data about the surveillance state",
"main": "index.js",
"dependencies": {
"backbone": "~1.2.1",
"underscore": "~1.8.3",
"jquery": "~2.1.4",
"datatables": "~1.10.8"
},
"devDependencies": {
"eslint": "^1.3.1",
"webpack": "^1.12.1"
},
"scripts": {
"watch": "webpack --progress --colors --watch & jekyll serve --watch --config _config.yml",
"watch_dev": "webpack --progress --colors --watch & jekyll serve --watch --config _config.yml,_config-dev.yml",
"build": "webpack --optimize-minimize --progress --colors && jekyll build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/digitalfreedom/website"
},
"author": "",
"license": "BSD",
"bugs": {
"url": "https://github.com/digitalfreedom/website/issues"
}
}