-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.2 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.2 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"author": "Steven Nance",
"description": "A skeleton for quickly getting started with a larger angular app",
"dependencies": {},
"devDependencies": {
"bootstrap-sass": "^3.1.1",
"bower": "~1.2.6",
"browserify": "^4.1.2",
"connect-livereload": "^0.4.0",
"express": "^4.1.2",
"grunt": "~0.4.1",
"grunt-webfont": "~0.2.2",
"gulp": "^3.6.2",
"gulp-angular-templatecache": "^1.1.1",
"gulp-closure-compiler": "^0.2.1",
"gulp-concat": "^2.1.7",
"gulp-imagemin": "^0.1.5",
"gulp-inject": "^0.4.1",
"gulp-livereload": "^1.5.0",
"gulp-load-plugins": "~0.3.0",
"gulp-minify-css": "^0.3.0",
"gulp-plumber": "^0.5.6",
"gulp-rev": "^0.3.0",
"gulp-rimraf": "0.0.9",
"gulp-sass": "^0.7.1",
"gulp-size": "~0.1.2",
"gulp-streamify": "0.0.4",
"gulp-uglify": "^0.2.1",
"gulp-util": "^2.2.14",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.5",
"karma-phantomjs-launcher": "~0.1.2",
"karma-safari-launcher": "^0.1.1",
"karma-script-launcher": "~0.1.0",
"karma": "~0.10.9",
"phantomjs": "~1.9.7-1",
"q": "^1.0.1",
"node-sass": "~0.7.0",
"tiny-lr": "0.0.7",
"vinyl-source-stream": "^0.1.1",
"watchify": "^0.6.3",
"gulp-jscs": "^0.5.0",
"gulp-jshint": "^1.6.1",
"jshint-stylish": "^0.2.0",
"dgeni": "^0.3.0",
"canonical-path": "0.0.2",
"dgeni-packages": "^0.9.2",
"jsdoc": "^3.3.0-alpha5",
"event-stream": "^3.1.5",
"shelljs": "^0.3.0",
"semver": "^2.3.0",
"lodash": "^2.4.1",
"marked": "^0.3.2",
"winston": "^0.7.3",
"q-io": "^1.11.0",
"node-html-encoder": "0.0.2",
"gulp-minerr-strip": "0.0.1-alpha.2",
"through2": "^0.4.1",
"through": "^2.3.4",
"minerr-strip": "0.0.1-alpha.1",
"chalk": "^0.4.0",
"gulp-expect-file": "0.0.5"
},
"jshint": {},
"homepage": "https://github.com/devtrw/ng-skeleton",
"license": "MIT",
"name": "ng-skeleton",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/devtrw/ng-skeleton.git"
},
"scripts": {
"install": "bower install",
"test": "./node_modules/.bin/gulp test"
},
"branchVersion": "0.0.1",
"version": "0.0.1"
}