forked from particle-iot/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 2.11 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "particle-docs",
"version": "0.3.0",
"private": false,
"license": "CC-BY-SA-3.0",
"repository": {
"type": "git",
"url": "git://github.com/spark/docs.git"
},
"scripts": {
"start": "node ./scripts/server.js",
"test": "node ./node_modules/mocha/bin/mocha ./test/crawler.js --reporter dot",
"build": "node ./scripts/build.js",
"update-api": "git submodule update --init --recursive && cd api-node && git fetch && git merge origin/production && cd .."
},
"dependencies": {
"apidoc": "^0.13.1",
"cheerio": "^0.16.0",
"handlebars": "^3.0.1",
"jade": "^1.11.0",
"lodash": "^3.9.3",
"lunr": "^0.5.11",
"marked": "^0.3.3",
"metalsmith": "^1.7.0",
"metalsmith-autotoc": "git://github.com/spark/metalsmith-autotoc",
"metalsmith-broken-link-checker": "^0.1.3",
"metalsmith-clean-css": "^2.0.0",
"metalsmith-collections": "git://github.com/spark/metalsmith-collections#dynamic-collections",
"metalsmith-copy": "^0.2.1",
"metalsmith-define": "^1.0.0",
"metalsmith-filemetadata": "0.0.4",
"metalsmith-gzip": "^1.1.0",
"metalsmith-if": "0.0.1",
"metalsmith-ignore": "^0.1.2",
"metalsmith-in-place": "^1.0.1",
"metalsmith-less": "^2.0.0",
"metalsmith-lunr": "git://github.com/spark/metalsmith-lunr#0.2.3",
"metalsmith-markdown": "spark/metalsmith-markdown#0.2.2",
"metalsmith-move-up": "^1.0.0",
"metalsmith-paths": "^2.0.0",
"metalsmith-permalinks": "^0.4.0",
"metalsmith-redirect": "^1.0.2",
"metalsmith-register-helpers": "git://github.com/brycekahle/metalsmith-register-helpers",
"metalsmith-register-partials": "git://github.com/spark/metalsmith-register-partials",
"metalsmith-serve": "0.0.7",
"metalsmith-simplewatch": "git://github.com/spark/metalsmith-simplewatch",
"metalsmith-templates": "^0.6.1",
"metalsmith-watch": "^1.0.1",
"minimatch": "^2.0.8",
"mocha": "^2.2.5",
"prettify": "^0.1.7",
"should": "^7.0.1"
},
"devDependencies": {
"chalk": "^1.1.1",
"cheerio": "^0.16.0",
"git-rev": "^0.2.1",
"simplecrawler": "spark/node-simplecrawler#v0.6.3"
}
}