-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
46 lines (46 loc) · 1019 Bytes
/
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
{
"name": "ember-cli-windows",
"version": "2.2.0",
"private": false,
"preferGlobal": "true",
"bin": {
"ember-cli-windows": "./bin/ember-cli-windows"
},
"repository": "https://github.com/felixrieseberg/ember-cli-windows",
"engines": {
"node": ">= 0.10.0"
},
"keywords": [
"Windows",
"Ember",
"Ember.js",
"Ember-Cli",
"Ember Cli"
],
"author": {
"name": "Felix Rieseberg",
"email": "[email protected]",
"url": "http://www.felixrieseberg.com"
},
"bugs": {
"url": "https://github.com/felixrieseberg/ember-cli-windows/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/felixrieseberg/ember-cli-windows/blob/master/LICENSE"
}
],
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-jscs": "^1.8.0",
"load-grunt-tasks": "^1.0.0"
},
"dependencies": {
"chalk": "^1.1.1",
"commander": "^2.14.1",
"prompt": "^1.0.0",
"zousan": "^2.3.3"
}
}