forked from mozilla/fireplace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.21 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
{
"name": "fireplace",
"version": "1.1.0",
"private": true,
"repository": {
"url": "git://github.com/mozilla/fireplace.git",
"type": "git"
},
"engines": {
"node": ">= 0.10.x",
"npm": ">= 1.1.x"
},
"dependencies": {
"archiver": "0.13.0",
"bower": "1.3.x",
"commonplace": "2.6.0",
"gulp": "3.8.x",
"gulp-concat": "2.4.1",
"gulp-rename": "1.2.0",
"gulp-replace": "0.4.0",
"jsuri": "1.3.0",
"marketplace-gulp": "4.8.0",
"merge-stream": "0.1.6",
"rimraf": "2.2.8",
"run-sequence": "1.0.1",
"node.extend": "1.1.2",
"sherlocked": "0.11.1",
"underscore": "1.7.0"
},
"devDependencies": {
"browserify": "^11.0.1",
"casperjs": "^1.1.0-beta3",
"chai": "^2.0.0",
"envify": "^3.4.0",
"es6-promise": "^2.3.0",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-firefox-launcher": "^0.1.4",
"karma-mocha": "^0.1.10",
"karma-mocha-reporter": "^1.0.0",
"karma-requirejs": "^0.2.2",
"karma-sinon": "^1.0.4",
"mocha": "^2.1.0",
"phantomjs": "1.9.7-15",
"proxyquire": "^1.6.0",
"requirejs": "^2.1.16",
"sinon": "^1.12.2",
"slimerjs": "^0.9.5",
"vinyl-source-stream": "^1.1.0"
}
}