forked from metal/metal.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.1 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
{
"name": "metal",
"version": "1.0.0-alpha.3",
"description": "Build UI components in a solid, flexible way",
"license": "BSD-3-Clause",
"repository": "metal/metal.js",
"author": {
"name": "Eduardo Lundgren",
"email": "[email protected]"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "gulp test"
},
"keywords": [
"javascript",
"library"
],
"devDependencies": {
"chai": "^3.0.0",
"gulp": "^3.9.0",
"gulp-metal": "^0.4.4",
"isparta": "^3.0.3",
"karma": "^0.13.9",
"karma-babel-preprocessor": "^5.1.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.0",
"karma-commonjs": "0.0.13",
"karma-coverage": "^0.5.1",
"karma-firefox-launcher": "^0.1.5",
"karma-html2js-preprocessor": "^0.1.0",
"karma-ievms": "^0.1.0",
"karma-mocha": "^0.2.0",
"karma-safari-launcher": "^0.1.1",
"karma-sauce-launcher": "^0.2.11",
"karma-sinon": "^1.0.4",
"karma-source-map-support": "1.0.0",
"mocha": "^2.2.4",
"mockery": "^1.4.0",
"run-sequence": "^1.1.0",
"sinon": "^1.14.1"
}
}