File tree Expand file tree Collapse file tree 1 file changed +24
-24
lines changed
Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Original file line number Diff line number Diff line change 22 "name" : " loader.js" ,
33 "version" : " 4.7.0" ,
44 "description" : " loader.js =========" ,
5+ "keywords" : [
6+ " ember-addon"
7+ ],
8+ "homepage" : " https://github.com/ember-cli/loader.js" ,
9+ "bugs" : {
10+ "url" : " https://github.com/ember-cli/loader.js/issues"
11+ },
12+ "license" : " MIT" ,
13+ "author" : " " ,
14+ "files" : [
15+ " dist" ,
16+ " index.js" ,
17+ " utils.js"
18+ ],
519 "main" : " dist/loader/loader.js" ,
620 "directories" : {
721 "test" : " tests"
822 },
23+ "repository" : {
24+ "type" : " git" ,
25+ "url" : " https://github.com/ember-cli/loader.js.git"
26+ },
27+ "scripts" : {
28+ "build" : " node build" ,
29+ "prepublish" : " ./build.js" ,
30+ "test" : " testem ci && jshint lib tests && jscs lib tests" ,
31+ "test:dev" : " testem"
32+ },
933 "dependencies" : {},
1034 "devDependencies" : {
1135 "ara" : " 0.0.3" ,
2145 "qunitjs" : " ^1.20.0" ,
2246 "testem" : " ^2.13.0"
2347 },
24- "scripts" : {
25- "build" : " node build" ,
26- "test" : " testem ci && jshint lib tests && jscs lib tests" ,
27- "test:dev" : " testem" ,
28- "prepublish" : " ./build.js"
29- },
30- "files" : [
31- " dist" ,
32- " index.js" ,
33- " utils.js"
34- ],
35- "author" : " " ,
36- "license" : " MIT" ,
37- "bugs" : {
38- "url" : " https://github.com/ember-cli/loader.js/issues"
39- },
40- "homepage" : " https://github.com/ember-cli/loader.js" ,
41- "repository" : {
42- "type" : " git" ,
43- "url" : " https://github.com/ember-cli/loader.js.git"
44- },
45- "keywords" : [
46- " ember-addon"
47- ],
4848 "ember-addon" : {
4949 "main" : " index.js"
5050 }
You can’t perform that action at this time.
0 commit comments