-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 726 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 726 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
{
"name": "angular-webseed",
"version": "0.0.1",
"description": "An angular seedling",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "SigurdSoftware",
"license": "BSD-2-Clause",
"dependencies": {},
"devDependencies": {
"bower": "~1.3.8",
"gulp": "~3.8.6",
"main-bower-files": "~1.0.1",
"rimraf": "~2.2.8",
"gulp-rimraf": "~0.1.0",
"gulp-concat": "~2.3.4",
"gulp-uglify": "~0.3.1",
"jshint": "~2.5.2",
"gulp-jshint": "~1.8.0",
"gulp-rename": "~1.2.0",
"gulp-sync": "~0.1.2",
"gulp-changed": "~0.4.1",
"gulp-sass": "~0.7.2",
"gulp-file-include": "~0.4.0",
"gulp-preprocess": "~1.1.1"
}
}