forked from benefitcloud/ember-uploader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.28 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
{
"title": "Ember Uploader",
"name": "ember-uploader",
"APIMethod": "stub",
"description": "Ember.js uploader",
"version": "0.3.11",
"homepage": "https://github.com/benefitcloud/ember-uploader",
"license": "MIT",
"namespace": "EmberUploader",
"scripts": {
"postinstall": "bower install",
"start": "ember serve",
"dist": "rm -rf dist && ember build --environment production",
"test": "testem -R dot ci",
"testem-local": "testem -R dot ci"
},
"author": {
"name": "Joshua Borton",
"email": "[email protected]"
},
"repository": "git://github.com/benefitcloud/ember-uploader",
"bugs": {
"url": "https://github.com/benefitcloud/ember-uploader/issues"
},
"devDependencies": {
"broccoli-es6-module-transpiler": "~0.1.1",
"broccoli-concat": "0.0.8",
"broccoli-jshint": "~0.5.1",
"broccoli-uglify-js": "~0.1.3",
"broccoli-merge-trees": "~0.1.4",
"broccoli-file-mover": "~0.2.0",
"broccoli-file-remover": "~0.2.2",
"broccoli-wrap": "0.0.2",
"broccoli": "~0.12.3",
"broccoli-cli": "0.0.1",
"bower": "~1.3.9",
"ember-cli": "0.2.7",
"ember-publisher": "0.0.7",
"broccoli-static-compiler": "~0.1.4",
"testem": "~0.6.18",
"body-parser": "~1.6.2",
"glob": "~4.0.5",
"express": "~4.8.2"
}
}