-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
50 lines (50 loc) · 1.26 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
{
"name": "ember-cli-cjs-transform",
"version": "2.0.0",
"description": "Add a CJS tranform for use with ember-cli's `app.import` API.",
"keywords": [
"ember-addon"
],
"license": "MIT",
"author": "Robert Jackson <[email protected]>",
"main": "src/index.js",
"directories": {
"doc": "doc",
"test": "tests"
},
"repository": "[email protected]:rwjblue/ember-cli-cjs-transform.git",
"scripts": {
"test": "qunit tests/**/*.js"
},
"dependencies": {
"broccoli-debug": "^0.6.4",
"broccoli-plugin": "^2.0.0",
"ember-cli-babel": "^7.1.2",
"fs-extra": "^8.0.1",
"hash-for-dep": "^1.2.3",
"pkg-dir": "^3.0.0",
"resolve": "^1.7.1",
"rollup": "^1.1.2",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-node-resolve": "^5.0.1",
"sync-disk-cache": "^1.3.3",
"username": "^4.0.0"
},
"devDependencies": {
"broccoli-test-helper": "^2.0.0",
"co": "^4.6.0",
"eslint-config-prettier": "6.10.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-prettier": "3.1.2",
"prettier": "^1.8.2",
"qunit": "^2.4.1",
"qunit-eslint": "^2.0.0",
"rollup-pluginutils": "^2.3.0"
},
"engines": {
"node": "^4.5 || 6.* || >= 7.*"
},
"ember-addon": {
"configPath": "tests/dummy/config"
}
}