-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.52 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.52 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "democracyos-docs",
"version": "1.0.0",
"description": "DemocracyOS Documentation Site",
"main": "index.js",
"scripts": {
"build": "node --harmony index.js",
"serve": "npm run build -- --watch --pretty",
"clean": "rm -rf build",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "npm run clean && npm run build && gh-pages -d build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DemocracyOS/docs.git"
},
"keywords": [
"democracyos",
"docs",
"documentation"
],
"author": "DemocracyOS",
"license": "ISC",
"bugs": {
"url": "https://github.com/DemocracyOS/docs/issues"
},
"homepage": "https://github.com/DemocracyOS/docs#readme",
"devDependencies": {
"async": "^1.4.2",
"browserify": "^11.0.1",
"commander": "^2.8.1",
"foreach": "^2.0.5",
"gh-pages": "^0.4.0",
"glob": "^5.0.14",
"jade": "^1.11.0",
"marked": "^0.3.5",
"metalsmith": "^2.0.1",
"metalsmith-assets": "^0.1.0",
"metalsmith-branch": "0.0.4",
"metalsmith-browser-sync": "^1.0.0",
"metalsmith-browserify": "mpd106/metalsmith-browserify",
"metalsmith-fingerprint": "^1.0.2",
"metalsmith-headings-identifier": "0.0.6",
"metalsmith-layouts": "^1.4.0",
"metalsmith-markdown": "^0.2.1",
"metalsmith-navigation": "^0.2.4",
"metalsmith-rename": "^1.0.0",
"metalsmith-stylus": "^1.0.0",
"mkdirp": "^0.5.1",
"nib": "^1.1.0",
"sensor": "^0.1.0",
"swipeit": "0.0.1",
"uglifyify": "^3.0.1"
}
}