-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.47 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
{
"name": "ember-cli-linker",
"version": "0.0.0",
"description": "Provides pre-packaging for Ember CLI applcations",
"main": "lib/linker.js",
"scripts": {
"test:debug": "node debug tests/runner",
"test:watch": "mocha -R spec -w tests/**/*-test.js",
"test": "node tests/runner.js",
"test:cover": "istanbul cover tests/runner.js"
},
"keywords": [
"ember-cli"
],
"author": "Chad Hietala, Stefan Penner, and Ember CLI contributors",
"license": "MIT",
"dependencies": {
"amd-name-resolver": "git://github.com/chadhietala/amd-name-resolver",
"babel-core": "^5.8.3",
"broccoli-plugin": "^1.0.0",
"browserify": "^9.0.3",
"bytes": "^2.1.0",
"chalk": "^1.1.0",
"core-object": "^1.1.0",
"debug": "^2.1.3",
"ember-cli-tree-descriptor": "0.0.2",
"exists-sync": "0.0.3",
"fs-extra": "^0.17.0",
"graphlib": "^1.0.4",
"graphlib-dot": "^0.6.2",
"hash-for-dep": "0.0.3",
"json-stable-stringify": "^1.0.0",
"lodash-node": "^3.10.0",
"merge-defaults": "^0.2.1",
"node-modules-path": "^1.0.1",
"promise-map-series": "^0.2.1",
"quick-temp": "^0.1.2",
"rsvp": "^3.0.18",
"symlink-or-copy": "^1.0.1",
"walk-sync": "^0.1.3"
},
"devDependencies": {
"broccoli-stew": "^0.2.1",
"broccoli-test-helpers": "0.0.8",
"chai": "^2.2.0",
"coveralls": "^2.11.2",
"glob": "^5.0.6",
"istanbul": "^0.3.14",
"mocha": "^2.2.1",
"rewire": "^2.3.4",
"sinon": "^1.15.4"
}
}