-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 888 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
{
"name": "angular-sample-app",
"version": "1.0.0",
"description": "A very simple angular app.",
"main": "index.js",
"scripts": {
"env": "env",
"test": "karma start",
"lint": "jshint **.js",
"bootlint": "bootlint **.html"
},
"repository": {
"type": "git",
"url": "https://github.com/weijye91/angular-starter-template.git"
},
"keywords": [
"angular"
],
"author": "Wei-Jye Wang",
"license": "MIT",
"bugs": {
"url": "https://github.com/weijye91/angular-starter-template/issues"
},
"homepage": "https://github.com/weijye91/angular-sample-app",
"devDependencies": {
"browser-sync": "^2.9.6",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-jasmine": "^0.3.5"
}
}