-
Notifications
You must be signed in to change notification settings - Fork 102
/
Copy pathpackage.json
64 lines (64 loc) · 1.91 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"travis": "furipota run test-on-travis"
},
"dependencies": {},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^6.0.2",
"babel-generator": "^6.26.1",
"babel-plugin-istanbul": "^4.1.3",
"babel-plugin-module-alias": "^1.2.0",
"babel-plugin-transform-assertion-comments": "^0.4.0",
"babel-plugin-transform-async-to-generator": "^6.8.0",
"babel-plugin-transform-function-bind": "^6.3.13",
"babel-plugin-transform-metamagical-comments": "^0.15.0",
"babel-plugin-transform-object-rest-spread": "^6.3.13",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-es2016": "^6.11.3",
"babel-preset-es2017": "^6.14.0",
"babel-runtime": "^6.11.6",
"babel-template": "^6.26.0",
"babel-types": "^6.19.0",
"babylon": "^6.14.1",
"browserify": "github:robotlolita/node-browserify#patch/assert",
"coveralls": "^3.0.2",
"es5-shim": "^4.5.9",
"es6-shim": "^0.35.1",
"eslint": "^2.7.0",
"eslint-config-origamitower": "^1.2.0",
"furipota": "github:origamitower/furipota",
"glob": "^7.1.1",
"hyperscript": "^2.0.2",
"istanbul": "^0.4.5",
"js-yaml": "^3.7.0",
"jsverify": "^0.7.1",
"karma": "^3.0.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.2.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sauce-launcher": "^1.2.0",
"marked": "^0.3.12",
"metamagical-interface": "^3.5.0",
"metamagical-mocha-bridge": "^0.4.0",
"metamagical-static-docs": "^0.3.0",
"mkdirp": "^0.5.1",
"mocha": "^5.2.0",
"nyc": "^13.1.0",
"stylus": "^0.54.5",
"uglify-js": "^2.7.3"
},
"nyc": {
"require": [
"babel-register"
],
"include": [
"packages/base/source/**/*.js"
],
"sourceMap": false,
"instrument": false
}
}