|
6 | 6 | "jsnext": "src/index.js", |
7 | 7 | "scripts": { |
8 | 8 | "build": "NODE_ENV=production node --harmony config/build.js", |
9 | | - "test": "NODE_ENV=production mocha test/test.js --slow=5000 --timeout=10000" |
| 9 | + "test": "NODE_ENV=production mocha test/test.js --slow=5000 --timeout=10000", |
| 10 | + "coveralls": "NODE_ENV=production istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- test/test.js && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" |
10 | 11 | }, |
11 | 12 | "repository": { |
12 | 13 | "type": "git", |
|
27 | 28 | "vueify": "latest" |
28 | 29 | }, |
29 | 30 | "devDependencies": { |
| 31 | + "babel-core": "^6.1.2", |
30 | 32 | "babel-plugin-transform-runtime": "latest", |
31 | 33 | "babel-preset-es2015": "latest", |
32 | 34 | "babel-preset-es2015-rollup": "latest", |
33 | 35 | "babel-register": "latest", |
| 36 | + "babel-runtime": "^5.8.0", |
34 | 37 | "coffee-script": "^1.10.0", |
| 38 | + "coveralls": "^2.11.6", |
35 | 39 | "diff": "^2.2.1", |
36 | 40 | "hash-sum": "latest", |
37 | 41 | "html-minifier": "^1.1.1", |
| 42 | + "jade": "^1.11.0", |
38 | 43 | "less": "^2.5.3", |
39 | 44 | "minify": "^2.0.3", |
40 | 45 | "mocha": "^2.3.4", |
| 46 | + "mocha-lcov-reporter": "^1.0.0", |
41 | 47 | "node-sass": "^3.4.2", |
42 | 48 | "rollup": "^0.25.1", |
43 | 49 | "rollup-plugin-babel": "^2.3.9", |
44 | 50 | "rollup-plugin-commonjs": "^2.2.0", |
45 | 51 | "rollup-plugin-replace": "^1.1.0", |
46 | 52 | "stylus": "^0.53.0", |
47 | 53 | "vue-hot-reload-api": "^1.2.2", |
48 | | - "vueify-insert-css": "^1.0.0", |
49 | | - "jade": "^1.11.0", |
50 | | - "babel-core": "^6.1.2", |
51 | | - "babel-runtime": "^5.8.0" |
| 54 | + "vueify-insert-css": "^1.0.0" |
52 | 55 | } |
53 | 56 | } |
0 commit comments