-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.15 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
{
"name": "symbiot-docs",
"version": "0.1.0",
"description": "A simple Internet of Things service that runs on your machine.",
"author": "Florian Poulin",
"devDependencies": {
"async": "^0.9.0",
"coffee-script": "^1.7.1",
"consolidate": "^0.10.0",
"debug": "~0.8.1",
"highlight.js": "~8.0.0",
"jade": "~1.3.1",
"marked": "^0.3.2",
"metalsmith": "~0.8.0",
"metalsmith-filepath": "^1.0.0",
"metalsmith-raml": "^1.0.0",
"metalsmith-scoping": "^1.0.0",
"metalsmith-sections": "^1.0.0",
"metalsmith-collections": "~0.4.1",
"metalsmith-ignore": "~0.1.2",
"metalsmith-markdown": "~0.2.1",
"metalsmith-permalinks": "~0.3.2",
"metalsmith-templates": "~0.5.0",
"moment": "~2.8.2",
"multimatch": "^0.2.0",
"raml-parser": "^0.8.7",
"stylus": "^0.45.1",
"underscore": "^1.6.0",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.5.x",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-stylus": "^0.16.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-uglify": "^0.5.0",
"grunt-http-server": "^0.0.5",
"grunt-mkdir": "^0.1.1",
"grunt-metalsmith": "0.0.1",
"grunt-text-replace": "^0.3.12"
}
}