forked from rainbowshrimp/boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.3 KB
/
Copy pathpackage.json
File metadata and controls
84 lines (84 loc) · 2.3 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
80
81
82
83
84
{
"name": "angular-template",
"description": "A template to kick-start AngularJS projects",
"version": "0.1.0",
"author": "Mitul Patel",
"license": "MIT",
"repository": "https://github.com/rainbowshrimp/front-end-sandbox",
"scripts": {
"init": "npm install",
"install": "bower install",
"start": "gulp serve-dev",
"test": "gulp test"
},
"dependencies": {
"body-parser": "^1.15.2",
"compression": "^1.6.2",
"connect-modrewrite": "^0.9.0",
"cors": "^2.7.1",
"express": "^4.14.0",
"morgan": "^1.7.0"
},
"devDependencies": {
"browser-sync": "^2.14.0",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"chalk": "^1.1.3",
"dateformat": "^1.0.12",
"debug": "^2.2.0",
"del": "^2.2.2",
"glob": "^7.0.5",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-bump": "^2.4.0",
"gulp-bytediff": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-csso": "^2.0.0",
"gulp-filter": "^4.0.0",
"gulp-header": "^1.8.8",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.3",
"gulp-inject": "^3.0.0",
"gulp-jscs": "^4.0.0",
"gulp-jshint": "^2.0.1",
"gulp-load-plugins": "^1.2.4",
"gulp-minify-html": "^1.0.6",
"gulp-ng-annotate": "^2.0.0",
"gulp-nodemon": "^2.1.0",
"gulp-plumber": "^1.1.0",
"gulp-print": "^2.0.1",
"gulp-rev": "^7.1.2",
"gulp-rev-replace": "^0.4.3",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-task-listing": "^1.0.1",
"gulp-uglify": "^2.0.0",
"gulp-useref": "^3.1.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.9",
"jshint-stylish": "^2.2.1",
"karma": "^1.2.0",
"karma-chai": "^0.1.0",
"karma-chai-sinon": "^0.1.5",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-growl-reporter": "^1.0.0",
"karma-mocha": "^1.1.1",
"karma-phantomjs-launcher": "^1.0.1",
"karma-safari-launcher": "^1.0.0",
"karma-sinon": "^1.0.5",
"lodash": "^4.15.0",
"method-override": "^2.3.6",
"minimist": "^1.2.0",
"mocha": "^3.0.2",
"node-notifier": "^4.6.1",
"phantomjs": "^2.1.7",
"plato": "^1.7.0",
"q": "^1.4.1",
"sinon": "^1.17.5",
"sinon-chai": "^2.8.0",
"yargs": "^5.0.0"
}
}