-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.11 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
{
"name": "wrenchjs",
"version": "0.0.0",
"description": "",
"main": "lib/cli/index.js",
"bin": {
"wrenchjs": "./bin/wrenchjs"
},
"keywords": [],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/rodyhaddad/wrenchjs.git"
},
"author": "rodyhaddad <[email protected]> (http://rodyhaddad.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rodyhaddad/wrenchjs/issues"
},
"homepage": "https://github.com/rodyhaddad/wrenchjs",
"dependencies": {
"angular-project-draft": "rodyhaddad/angular-project-draft",
"broccoli": "^0.16.3",
"broccoli-concat": "0.0.13",
"broccoli-funnel": "^0.2.3",
"broccoli-merge-trees": "^0.2.1",
"broccoli-writer": "^0.1.1",
"ember-cli": "^0.2.6",
"exit": "^0.1.2",
"fs-extra": "^0.18.4",
"resolve": "^1.0.0",
"symlink-or-copy": "^1.0.1",
"typescript": "^1.5.0-beta"
},
"ember-addon": {
"paths": [
"./addon/dummy-addon/",
"./addon/ng2-wrenchjs-cli/",
"./node_modules/angular-project-draft/"
]
}
}