forked from bleenco/ngx-uploader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 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
{
"name": "ng2-uploader",
"version": "0.3.0",
"license": "MIT",
"description": "Angular2 File Uploader",
"repository": {
"type": "git",
"url": "git+https://github.com/jkuri/ng2-uploader.git"
},
"scripts": {
"dev": "tsc --watch",
"prepublish": "tsc && tsc -d && ng build && node make.js"
},
"author": "Jan Kuri <[email protected]>",
"contributors": [
"Jan Kuri <[email protected]>"
],
"main": "ng2-uploader.ts",
"typings": "./ng2-uploader.d.ts",
"license": "MIT",
"devDependencies": {
"angular-cli": "https://github.com/jkuri/angular-cli#3rd-party-libs",
"angular-cli-github-pages": "^0.2.0",
"angular2": "2.0.0-beta.0",
"ember-cli-inject-live-reload": "^1.3.0",
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.3",
"jasmine-core": "^2.3.4",
"karma": "^0.13.15",
"karma-chrome-launcher": "^0.2.1",
"karma-jasmine": "^0.3.6",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.0",
"systemjs": "0.19.4",
"systemjs-builder": "^0.15.3",
"zone.js": "0.5.10"
}
}