forked from ember-cli/loader.js
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.04 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
{
"name": "loader.js",
"version": "4.4.0",
"description": "loader.js =========",
"main": "dist/loader/loader.js",
"directories": {
"test": "tests"
},
"dependencies": {},
"devDependencies": {
"ara": "0.0.3",
"babel-core": "^5.0.0",
"babel5-plugin-strip-heimdall": "^5.0.2",
"heimdalljs": "^0.3.2",
"jscs": "^2.11.0",
"jshint": "^2.9.2",
"mkdirp": "^0.5.1",
"ora": "^0.2.1",
"promise-map-series": "^0.2.2",
"qunitjs": "^1.20.0",
"testem": "^1.0.0"
},
"scripts": {
"test": "testem ci && jshint lib tests && jscs lib tests",
"test:dev": "testem",
"prepublish": "./build.js"
},
"files": [
"dist",
"index.js",
"utils.js"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ember-cli/loader.js/issues"
},
"homepage": "https://github.com/ember-cli/loader.js",
"repository": {
"type": "git",
"url": "https://github.com/ember-cli/loader.js.git"
},
"keywords": [
"ember-addon"
],
"ember-addon": {
"main": "index.js"
}
}