-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.45 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.45 KB
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
46
47
48
49
50
51
52
53
{
"name": "blacksmith",
"version": "0.0.1",
"description": "Blacksmith continious integration server",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --color",
"watch": "npm run build -- --watch --progress",
"typings": "typings",
"install": "npm install && npm run typings -- install"
},
"repository": {
"type": "git",
"url": "https://github.com/vasiliy-t/blacksmith.git"
},
"author": "V",
"license": "MIT",
"bugs": {
"url": "https://github.com/vasiliy-t/blacksmith/issues"
},
"homepage": "https://github.com/vasiliy-t/blacksmith",
"dependencies": {
"@angular/common": "=2.0.0-rc.1",
"@angular/compiler": "=2.0.0-rc.1",
"@angular/core": "=2.0.0-rc.1",
"@angular/http": "=2.0.0-rc.1",
"@angular/platform-browser": "=2.0.0-rc.1",
"@angular/platform-browser-dynamic": "=2.0.0-rc.1",
"@angular/router-deprecated": "=2.0.0-rc.1",
"es6-promise": "^3.0.2",
"es6-shim": "^0.35.0",
"font-awesome": "^4.5.0",
"material-design-lite": "^1.1.3",
"moment": "^2.13.0",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.6",
"urijs": "^1.18.0",
"zone.js": "^0.6.12"
},
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.0",
"raw-loader": "^0.5.1",
"ts-loader": "^0.8.2",
"typescript": "^1.7.5",
"typings": "^0.8.1",
"webpack": "^1.13.0"
}
}