-
Notifications
You must be signed in to change notification settings - Fork 141
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.26 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.26 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
{
"name": "nuclear-js-docs",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jordan Garcia",
"license": "MIT",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-babel": "^5.0.1",
"grunt-concurrent": "^1.0.1",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-exec": "^0.4.6",
"grunt-webpack": "^1.0.8",
"node-libs-browser": "^0.5.2",
"nuclear-js": "^1.0.5",
"webpack": "^1.9.11",
"webpack-dev-server": "^1.9.0",
"remarkable": "^1.6.0",
"front-matter": "^1.0.0",
"glob": "^5.0.10",
"async": "^1.2.1",
"through": "^2.3.7",
"mkdirp": "^0.5.1",
"marked": "^0.3.3",
"grunt-gh-pages": "^0.10.0"
},
"dependencies": {
"babel": "^5.5.8",
"babel-core": "^5.5.8",
"babel-loader": "^5.1.4",
"css-loader": "^0.14.5",
"highlight.js": "^8.6.0",
"load-grunt-config": "^0.17.1",
"node-sass": "^3.2.0",
"react": "^0.14.10",
"react-highlight": "^0.4.1",
"react-prism": "^1.4.1",
"sass-loader": "^1.0.2",
"style-loader": "^0.12.3"
}
}