-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.14 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
{
"name": "metal-tools-build-rollup",
"version": "2.0.6",
"description": "Tool that can be used to build metal ES6 js files with Rollup",
"license": "BSD",
"repository": "metal/metal-tools-build-rollup",
"author": {
"name": "Maira Bello",
"email": "[email protected]"
},
"engines": {
"node": ">=0.12.0"
},
"files": [
"index.js",
"lib/**/*.js"
],
"scripts": {
"lint": "jshint index.js lib/*.js test/*.js",
"test": "mocha test/*.js --slow 1000 --timeout 3000"
},
"keywords": [
"metal",
"globals"
],
"dependencies": {
"babel-preset-es2015-rollup": "^3.0.0",
"babel-runtime": "^6.20.0",
"gulp": "^3.9.1",
"gulp-sourcemaps": "^2.4.0",
"merge": "^1.2.0",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-stream": "^1.18.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"devDependencies": {
"babel-plugin-external-helpers": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"del": "^2.1.0",
"jshint": "^2.7.0",
"mocha": "^3.2.0",
"sinon": "^1.17.2",
"stream-consume": "^0.1.0"
}
}