-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
34 lines (34 loc) · 937 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
{
"name": "content-editor",
"version": "0.1.0",
"devDependencies": {
"addressbar": "^0.1.21",
"babel": "^5.8.21",
"babel-core": "^5.8.21",
"babel-loader": "^5.3.2",
"chai": "^2.1.2",
"css-loader": "^0.15.6",
"denodeify": "^1.2.1",
"github-api": "mushishi78/github",
"mocha": "^2.2.1",
"react": "^0.13.3",
"react-addressbar": "^0.1.2",
"react-redux": "^0.6.0",
"redux": "^1.0.1",
"redux-thunk": "^0.1.0",
"sinon": "^1.14.1",
"sinon-stub-promise": "^0.1.0",
"style-loader": "^0.12.3",
"surge": "^0.14.3",
"webpack": "^1.11.0",
"webpack-dev-server": "^1.10.1"
},
"scripts": {
"test": "mocha --compilers js:babel/register",
"start": "webpack-dev-server",
"build": "webpack",
"deploy": "npm run build && surge -p public --domain https://content-editor.surge.sh"
},
"author": "Max White <[email protected]>",
"license": "ISC"
}