File tree 1 file changed +31
-3
lines changed
1 file changed +31
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jsoc.io" ,
3
- "version" : " 0 .0.0" ,
3
+ "version" : " 2 .0.0" ,
4
4
"description" : " JS OC - http://jsoc.io" ,
5
5
"private" : true ,
6
6
"scripts" : {
7
- "start" : " harp server site/"
7
+ "deploy" : " gh-pages-deploy"
8
+ "dev" : " gulp"
9
+ },
10
+ "gh-pages-deploy" : {
11
+ "staticpath" : " dist" ,
12
+ "cname" : " jsoc.io"
8
13
},
9
14
"repository" : {
10
15
"type" : " git" ,
17
22
},
18
23
"homepage" : " https://github.com/javascriptoc/jsoc.io" ,
19
24
"dependencies" : {
20
- "harp" : " 0.13.0"
25
+ "moment" : " 2.10.6" ,
26
+ "react" : " 0.13.3"
27
+ },
28
+ "devDependencies" : {
29
+ "css-loader" : " 0.16.0" ,
30
+ "file-loader" : " 0.8.4" ,
31
+ "gh-pages-deploy" : " 0.3.0" ,
32
+ "gulp" : " 3.9.0" ,
33
+ "gulp-image" : " 1.0.1" ,
34
+ "gulp-util" : " 3.0.6" ,
35
+ "json-loader" : " 0.5.2" ,
36
+ "livescript" : " 1.4.0" ,
37
+ "livescript-loader" : " 0.1.5" ,
38
+ "node-bourbon" : " 4.2.3" ,
39
+ "node-libs-browser" : " 0.5.2" ,
40
+ "node-sass" : " 3.2.0" ,
41
+ "react-hot-loader" : " 1.2.8" ,
42
+ "require-dir" : " 0.3.0" ,
43
+ "sass-loader" : " 2.0.0" ,
44
+ "sort-by" : " 1.1.0" ,
45
+ "style-loader" : " 0.12.3" ,
46
+ "url-loader" : " 0.5.6" ,
47
+ "webpack" : " 1.11.0" ,
48
+ "webpack-dev-server" : " 1.10.1"
21
49
}
22
50
}
You can’t perform that action at this time.
0 commit comments