-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·46 lines (39 loc) · 990 Bytes
/
package.json
File metadata and controls
executable file
·46 lines (39 loc) · 990 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
37
38
39
40
41
42
43
44
45
46
{
"name": "angular_skeleton",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git+https://github.com/vinsproduction/angular_skeleton.git"
},
"dependencies": {
"express": "*",
"glob": "*",
"run-sequence": "*",
"browser-sync": "*",
"gulp": "*",
"gulp-util": "*",
"gulp-coffee": "*",
"gulp-pug": "*",
"gulp-stylus": "*",
"gulp-header": "*",
"gulp-changed": "*",
"gulp-clean-css": "*",
"gulp-uglify": "*",
"gulp-concat": "*",
"gulp-rename": "*",
"gulp-replace": "*",
"gulp-ng-annotate": "*",
"jstransformer-coffee-script": "*"
},
"description": "Angular Skeleton",
"bugs": {
"url": "https://github.com/vinsproduction/angular_skeleton/issues"
},
"homepage": "https://github.com/vinsproduction/angular_skeleton#readme",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "vinsproduction",
"license": "ISC"
}