forked from dmytroyarmak/backbone-contact-manager
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 977 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 977 Bytes
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
{
"name": "angular-contact-manager",
"version": "1.0.0",
"description": "Contact Manager with Angular2",
"scripts": {
"tsc": "tsc -p src -w",
"start": "live-server --open=src",
"build": "node ./node_modules/gulp/bin/gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hrundik/angular-contact-manager.git"
},
"keywords": [],
"author": "Nikita Petrov <mail@nikitapetrov.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hrundik/angular-contact-manager/issues"
},
"homepage": "https://github.com/hrundik/angular-contact-manager#readme",
"dependencies": {
"angular2": "2.0.0-alpha.46",
"bootstrap": "3.3.6",
"systemjs": "0.19.6"
},
"devDependencies": {
"del": "^2.1.0",
"gulp": "^3.9.0",
"gulp-rename": "^1.2.2",
"gulp-typescript": "^2.9.2",
"jasmine-core": "2.3.4",
"live-server": "^0.8.2",
"systemjs-builder": "^0.14.11",
"typescript": "^1.6.2"
}
}