forked from ember-cli/ember-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.4 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "ember-cli",
"version": "0.0.28",
"main": "lib/cli/index.js",
"description": "Command line tool for developing ambitious ember.js apps",
"trackingCode": "UA-49225444-1",
"bin": {
"ember": "./bin/ember"
},
"scripts": {
"test": "mocha --timeout 8000 --reporter spec tests/**/*-test.js tests/**/*/*-test.js tests/**/*/*/*-test.js",
"test-all": "mocha --timeout 8000 --reporter spec tests/**/*-test.js tests/**/*/*-test.js 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 contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/stefanpenner/ember-cli/issues"
},
"dependencies": {
"bower": "^1.3.2",
"bower-config": "0.5.0",
"broccoli": "0.12.0",
"broccoli-clean-css": "0.1.5",
"broccoli-concat": "0.0.6",
"broccoli-env": "0.0.1",
"broccoli-es6-concatenator": "0.1.4",
"broccoli-es6-import-validate": "0.1.0",
"broccoli-export-tree": "0.3.1",
"broccoli-file-mover": "~0.3.1",
"broccoli-jshint": "0.5.0",
"broccoli-merge-trees": "0.1.3",
"broccoli-replace": "0.1.6",
"broccoli-static-compiler": "0.1.4",
"broccoli-uglify-js": "0.1.3",
"broccoli-unwatched-tree": "~0.1.1",
"chalk": "0.4.0",
"configstore": "0.2.3",
"connect-chain": "0.0.1",
"connect-livereload": "0.3.2",
"diff": "~1.0.8",
"findup": "0.1.5",
"fs-extra": "0.8.1",
"glob": "^3.2.9",
"inquirer": "0.4.1",
"leek": "0.0.4",
"lodash-node": "2.4.1",
"loom": "^3.1.2",
"ncp": "0.5.0",
"nopt": "^2.1.2",
"npm": "1.4.6",
"proxy-middleware": "0.5.0",
"quick-temp": "0.1.1",
"readline2": "0.1.0",
"resolve": "0.6.2",
"rimraf": "^2.2.8",
"rsvp": "^3.0.6",
"testem": "0.6.15",
"through": "2.3.4",
"tiny-lr": "0.0.5",
"walk-sync": "0.1.2"
},
"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",
"underscore": "^1.6.0"
}
}