-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
38 lines (38 loc) · 973 Bytes
/
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": "angular-starter",
"version": "1.0.0",
"description": "angular 2 quick start",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm install && gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/EladRK/angular-starter.git"
},
"author": "Elad Katz",
"license": "ISC",
"bugs": {
"url": "https://github.com/EladRK/angular-starter/issues"
},
"homepage": "https://github.com/EladRK/angular-starter",
"dependencies": {
"bootstrap": "^3.3.4"
},
"devDependencies": {
"body-parser": "^1.10.1",
"connect-livereload": "^0.5.3",
"del": "^1.2.0",
"express": "^4.10.6",
"gulp": "^3.9.0",
"gulp-connect": "^2.2.0",
"gulp-express": "^0.1.4",
"gulp-open": "^0.3.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-typescript": "^2.7.6",
"run-sequence": "^1.1.0",
"typescript": "^1.5.0-beta",
"underscore": "^1.8.3"
}
}