-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
45 lines (45 loc) · 1.54 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
{
"name": "ng2-animate",
"version": "1.2.1",
"description": "angular2 animations",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"dev": "webpack-dev-server --inline --progress --profile --colors --watch --display-error-details --display-cached --content-base",
"example": "webpack --inline --progress --profile --colors --display-error-details --display-cached --content-base",
"tsc": "tsc --rootDir src --outDir dist --declaration",
"prebuild": "rimraf dist",
"build": "npm run tsc",
"prepublish": "npm run example && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yuyang041060120/ng2-animate.git"
},
"author": "yuyang041060120 <[email protected]>",
"license": "MIT",
"devDependencies": {
"@angular/common": "2.0.0-rc.5",
"@angular/compiler": "2.0.0-rc.5",
"@angular/core": "2.0.0-rc.5",
"@angular/forms": "0.3.0",
"@angular/http": "2.0.0-rc.5",
"@angular/platform-browser": "2.0.0-rc.5",
"@angular/platform-browser-dynamic": "2.0.0-rc.5",
"@types/jasmine": "^2.2.29",
"@types/node": "^4.0.29",
"raw-loader": "^0.5.1",
"reflect-metadata": "^0.1.3",
"rimraf": "^2.5.4",
"rxjs": "5.0.0-beta.6",
"ts-loader": "^0.8.2",
"typescript": "^2.0.0-beta",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1",
"zone.js": "^0.6.12"
},
"bugs": {
"url": "https://github.com/yuyang041060120/ng2-animate/issues"
},
"homepage": "https://github.com/yuyang041060120/ng2-animate#readme"
}