-
-
Notifications
You must be signed in to change notification settings - Fork 69
/
Copy pathpackage.json
51 lines (51 loc) · 1.13 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
{
"name": "loader.js",
"version": "4.7.0",
"description": "loader.js =========",
"keywords": [
"ember-addon"
],
"homepage": "https://github.com/ember-cli/loader.js",
"bugs": {
"url": "https://github.com/ember-cli/loader.js/issues"
},
"license": "MIT",
"author": "",
"files": [
"dist",
"index.js",
"utils.js"
],
"main": "dist/loader/loader.js",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "https://github.com/ember-cli/loader.js.git"
},
"scripts": {
"build": "node build",
"prepublish": "./build.js",
"test": "testem ci && jshint lib tests && jscs lib tests",
"test:dev": "testem"
},
"dependencies": {},
"devDependencies": {
"ara": "0.0.3",
"babel-core": "^6.25.0",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel6-plugin-strip-heimdall": "^6.0.1",
"heimdalljs": "^0.3.2",
"jscs": "^2.11.0",
"jshint": "^2.13.0",
"mkdirp": "^0.5.1",
"ora": "^3.4.0",
"promise-map-series": "^0.2.2",
"qunit": "^2.10.1",
"testem": "^2.17.0"
},
"ember-addon": {
"main": "index.js"
}
}