-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
50 lines (50 loc) · 1.17 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
{
"name": "ember-cli-nwjs",
"version": "0.3.10",
"description": "An addon for building desktop apps with Ember and NW.js",
"scripts": {
"test": "node tests/runner.js"
},
"repository": "https://github.com/brzpegasus/ember-cli-nwjs",
"engines": {
"node": ">= 0.10.0"
},
"author": "Estelle DeBlois",
"license": "MIT",
"dependencies": {
"broccoli-funnel": "^1.0.1",
"broccoli-merge-trees": "^1.1.1",
"broccoli-string-replace": "0.1.1",
"chalk": "^1.1.1",
"lodash": "^4.0.0",
"nw-builder": "^3.2.0",
"optimist": "0.6.1",
"quick-temp": "0.1.5",
"rsvp": "^3.1.0",
"testem": "^1.0.2"
},
"devDependencies": {
"broccoli-jscs": "^1.2.2",
"broccoli-jshint": "^1.1.1",
"chai": "^3.4.1",
"chai-as-promised": "^5.2.0",
"ember-cli": "^1.13.15",
"ember-cli-release": "1.0.0-beta.1",
"glob": "^6.0.4",
"mocha": "^2.3.4",
"mocha-jscs": "^4.0.0",
"mocha-jshint": "^2.2.6",
"mock-spawn": "0.2.6",
"mockery": "^1.4.0",
"sinon": "^1.17.2"
},
"keywords": [
"ember-addon",
"node-webkit",
"nw",
"nwjs"
],
"ember-addon": {
"defaultBlueprint": "ember-cli-nwjs"
}
}