forked from jhuntoo/ng2-spin-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (42 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
{
"name": "ng-spin-kit",
"version": "2.0.0",
"description": "SpinKit (http://tobiasahlin.com/spinkit/) spinners for AngularJS 2.x",
"repository": {
"type": "git",
"url": "https://github.com/WoltersKluwerPL/ng-spin-kit"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/WoltersKluwerPL/ng-spin-kit/blob/master/LICENSE"
}
],
"scripts": {
"start": "npm run build && concurrently \"tsc -w\" \"lite-server\" ",
"build": "rm -rf dist && tsc",
"prepublish": "npm run build"
},
"main": "dist/spinners.js",
"typings": "dist/spinners.d.ts",
"dependencies": {
"@angular/common": "^2.0.0",
"@angular/compiler": "^2.0.0",
"@angular/core": "^2.0.0",
"@angular/platform-browser": "^2.0.0",
"@angular/platform-browser-dynamic": "^2.0.0"
},
"devDependencies": {
"concurrently": "3.1.0",
"lite-server": "2.2.2",
"@types/core-js": "^0.9.34",
"@types/node": "0.0.0",
"ts-loader": "^1.2.2",
"typescript": "^2.0.10",
"systemjs": "0.19.41",
"core-js": "2.4.1",
"reflect-metadata": "0.1.8",
"rxjs": "5.0.0-rc.4",
"zone.js": "0.7.2"
}
}