UNPKG

1.15 kBJSONView Raw
1{
2 "name": "revue",
3 "version": "1.2.31",
4 "description": "Redux binding for Vue.",
5 "main": "index.js",
6 "scripts": {
7 "test": "npm run babel:all && mocha --compilers js:babel-core/register --require should test.js",
8 "umd": "webpack --config webpack.config.umd.js",
9 "babel:all": "babel src --out-dir lib",
10 "start": "npm run umd && node lib/App.js",
11 "webpack": "webpack -p",
12 "watch": "webpack --watch",
13 "prepublish": "npm run umd && npm test",
14 "demo": "npm run webpack && surge -d revue.surge.sh -p ./"
15 },
16 "author": "EGOIST",
17 "license": "MIT",
18 "devDependencies": {
19 "babel-cli": "^6.2.0",
20 "babel-loader": "^6.2.0",
21 "babel-plugin-transform-runtime": "^6.1.18",
22 "babel-preset-es2015": "^6.1.18",
23 "babel-preset-stage-0": "^6.1.18",
24 "babel-runtime": "^6.2.0",
25 "css-loader": "^0.23.0",
26 "jsdom": "^7.1.0",
27 "mocha": "^2.3.4",
28 "redux": "^3.0.4",
29 "should": "^7.1.1",
30 "style-loader": "^0.13.0",
31 "vue": "^1.0.10",
32 "vue-hot-reload-api": "^1.2.2",
33 "vue-html-loader": "^1.0.0",
34 "vue-loader": "^7.1.7",
35 "vue-router": "^0.7.7",
36 "webpack": "^1.12.9"
37 }
38}