-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
73 lines (73 loc) · 1.88 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
65
66
67
68
69
70
71
72
73
{
"name": "gulp-metal",
"version": "2.2.3",
"description": "Gulp pipelines and tasks to be shared between Metal components",
"license": "BSD",
"repository": "metal/gulp-metal",
"author": {
"name": "Maira Bello",
"email": "[email protected]"
},
"engines": {
"node": ">=4"
},
"main": "index.js",
"files": [
"jsdoc.json",
"index.js",
"lib/**/*.js"
],
"scripts": {
"lint": "eslint index.js lib/*.js lib/**/*.js test/lib/**/*.js",
"test": "mocha test/lib/**/*.js --slow 1000 --timeout 6000"
},
"keywords": [
"gulp",
"metal"
],
"dependencies": {
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.4.3",
"del": "^2.0.2",
"es6-plato": "^1.0.12",
"eslint": "^3.12.2",
"glob-expand": "^0.1.0",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.5.2",
"gulp-eslint": "^3.0.1",
"gulp-jshint": "^2.0.0",
"gulp-mocha": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.1.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"jsdoc": "^3.4.0",
"jshint": "^2.9.1",
"jshint-stylish": "^2.0.0",
"karma": "^1.1.0",
"karma-firefox-launcher": "^0.1.7",
"karma-ievms": "git+https://github.com/niksy/karma-ievms.git#browser-decorator",
"karma-safari-launcher": "^0.1.1",
"karma-sauce-launcher": "^0.3.0",
"merge": "^1.2.0",
"metal-karma-config": "^2.3.1",
"metal-tools-build-amd": "^3.0.0",
"metal-tools-build-globals": "^2.0.0",
"metal-tools-build-jquery": "^2.0.0",
"metal-tools-soy": "^4.0.0",
"open": "0.0.5",
"prettier": "^1.2.2",
"run-sequence": "^1.1.0",
"typhonjs-escomplex": "0.0.12"
},
"devDependencies": {
"babel-deps": "^2.0.0",
"metal": "^1.0.0-rc",
"mocha": "^2.2.5",
"mockery": "^1.4.0",
"rewire": "^2.3.4",
"sinon": "^1.17.7",
"through2": "^2.0.0"
}
}