-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
48 lines (48 loc) · 1.23 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
{
"name": "metal-tools-build-amd",
"version": "3.1.0",
"description": "Tool that can be used to build metal ES6 js files to AMD format",
"license": "BSD",
"repository": "metal/metal-tools-build-amd",
"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/index.js test/lib/**/*.js",
"test": "mocha test/*.js test/lib/**/*.js --slow 1000 --timeout 3000"
},
"keywords": [
"metal",
"amd"
],
"dependencies": {
"babel-plugin-transform-es2015-modules-amd": "^6.3.13",
"babel-plugin-transform-node-env-inline": "^0.1.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-metal-resolve-source": "^1.0.0",
"bower": "^1.7.1",
"gulp-babel-deps": "^2.0.0",
"gulp-if": "^2.0.0",
"gulp-sourcemaps": "1.6.0",
"merge": "^1.2.0",
"stream-combiner": "^0.2.2",
"stream-consume": "^0.1.0",
"through2": "^2.0.0",
"vinyl-fs": "^2.2.1"
},
"devDependencies": {
"del": "^2.1.0",
"jshint": "^2.7.0",
"mocha": "^2.2.5",
"sinon": "^1.17.2"
}
}