-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 948 Bytes
/
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
{
"name": "parallel-piper",
"version": "1.0.0",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/splunk/parallel-piper.git"
},
"bugs": {
"url": "https://github.com/splunk/parallel-piper/issues"
},
"homepage": "https://github.com/splunk/parallel-piper#readme",
"dependencies": {
"babel-core": "^5.6.17",
"babel-loader": "^5.3.1",
"babel-runtime": "^5.6.18",
"css-loader": "^0.15.2",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"html-webpack-plugin": "^1.6.0",
"jquery": "^2.1.4",
"less": "^2.5.1",
"less-loader": "^2.2.0",
"node-libs-browser": "^0.5.2",
"normalize.css": "^3.0.3",
"react": "^0.13.3",
"style-loader": "^0.12.3",
"virtual-dom": "^2.0.1",
"webpack": "^1.10.1"
},
"devDependencies": {
"gh-pages": "^2.1.1"
},
"scripts": {
"deploy": "sh build.sh && gh-pages -d dist"
}
}