-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
52 lines (52 loc) · 1.25 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
{
"name": "jsoc.io",
"version": "2.0.0",
"description": "JS OC - http://jsoc.io",
"private": true,
"scripts": {
"deploy": "gh-pages-deploy",
"dev": "gulp"
},
"gh-pages-deploy": {
"staticpath": "dist",
"cname": "jsoc.io"
},
"repository": {
"type": "git",
"url": "git://github.com/javascriptoc/jsoc.io.git"
},
"author": "Mark Wilkerson <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/javascriptoc/jsoc.io/issues"
},
"homepage": "https://github.com/javascriptoc/jsoc.io",
"dependencies": {
"moment": "2.10.6",
"react": "0.13.3",
"react-slides": "^1.0.0"
},
"devDependencies": {
"css-loader": "0.16.0",
"file-loader": "0.8.4",
"gh-pages-deploy": "0.3.0",
"gulp": "3.9.0",
"gulp-image": "1.0.1",
"gulp-util": "3.0.6",
"json-loader": "0.5.2",
"livescript": "1.4.0",
"livescript-loader": "0.1.5",
"node-bourbon": "4.2.3",
"node-libs-browser": "0.5.2",
"node-neat": "^1.7.2",
"node-sass": "3.2.0",
"react-hot-loader": "1.2.8",
"require-dir": "0.3.0",
"sass-loader": "2.0.0",
"sort-by": "1.1.0",
"style-loader": "0.12.3",
"url-loader": "0.5.6",
"webpack": "1.11.0",
"webpack-dev-server": "1.10.1"
}
}