forked from ember-cli/ember-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.68 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "ember-cli",
"version": "0.0.20",
"description": "Command line tool for developing ambitious ember.js apps",
"bin": {
"ember": "./bin/ember"
},
"scripts": {
"test": "mocha --timeout 8000 --reporter spec tests/**/*-test.js tests/**/*-slow.js",
"autotest": "mocha --watch --reporter spec tests/**/*-test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/stefanpenner/ember-cli.git"
},
"engines": {
"node": ">= 0.10.0"
},
"keywords": [
"ember.js",
"ember",
"cli",
"app",
"kit",
"app-kit",
"ember-app-kit"
],
"author": "Ember core team and ember cli contributers",
"license": "MIT",
"bugs": {
"url": "https://github.com/stefanpenner/ember-cli/issues"
},
"dependencies": {
"bower": "~1.3.1",
"broccoli": "0.5.0",
"broccoli-env": "0.0.1",
"broccoli-es6-concatenator": "^0.1.2",
"broccoli-static-compiler": "^0.1.2",
"broccoli-uglify-js": "^0.1.1",
"chalk": "~0.4.0",
"connect-livereload": "^0.3.2",
"express": "^3.4.8",
"fs-extra": "~0.8.1",
"inquirer": "~0.4.1",
"insight": "git://github.com/joefiorini/insight.git#mobile-app",
"lodash-node": "~2.4.1",
"loom": "~3.1.2",
"loom-generators-ember-appkit": "~1.0.5",
"ncp": "~0.5.0",
"nopt": "~2.1.2",
"npm": "~1.4.6",
"rimraf": "^2.2.6",
"rsvp": "~3.0.6",
"tiny-lr": "0.0.5",
"bower-config": "^0.5.0",
"through": "^2.3.4"
},
"devDependencies": {
"chai": "^1.9.1",
"chai-as-promised": "^4.1.1",
"configstore": "^0.2.3",
"grunt": "^0.4.4",
"grunt-release": "^0.7.0",
"mocha": "~1.18.0",
"mocha-jshint": "0.0.7",
"rewire": "^2.0.0"
}
}