-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
56 lines (56 loc) · 1.41 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
{
"name": "ember-browserify",
"description": "ember-cli addon for easily loading CommonJS modules from npm via browserify.",
"version": "1.2.2",
"main": "index.js",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"test": "mocha --inline-diffs",
"test:debug": "mocha debug --inline-diffs"
},
"repository": "https://github.com/ef4/ember-browserify",
"engines": {
"node": ">= 0.10.0"
},
"keywords": [
"ember-addon"
],
"author": "Edward Faulkner <[email protected]>",
"license": "MIT",
"devDependencies": {
"broccoli": "^0.16.8",
"chai": "^1.10.0",
"copy-dereference": "^1.0.0",
"mocha": "^2.0.1",
"mocha-jshint": "0.0.9",
"sinon": "^1.12.2",
"sinon-chai": "^2.6.0"
},
"dependencies": {
"acorn": "^5.0.3",
"broccoli-caching-writer": "^3.0.3",
"broccoli-kitchen-sink-helpers": "^0.3.1",
"broccoli-merge-trees": "^1.1.2",
"broccoli-plugin": "^1.2.1",
"browserify": "^13.0.0",
"core-object": "^1.1.0",
"debug": "^2.2.0",
"derequire": "^2.0.3",
"ember-cli-version-checker": "^2.1.0",
"fs-tree": "^1.0.0",
"fs-tree-diff": "^0.5.0",
"lodash": "^4.5.1",
"md5-hex": "^1.3.0",
"mkdirp": "^0.5.0",
"promise-map-series": "^0.2.0",
"quick-temp": "^0.1.2",
"rimraf": "^2.2.8",
"rsvp": "^3.0.14",
"symlink-or-copy": "^1.0.0",
"through2": "^2.0.0",
"walk-sync": "^0.2.7"
}
}