-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.55 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.55 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
{
"name": "mealplanner",
"repository": "git@github.com:meal-planner/client.git",
"license": "GPL-3.0",
"version": "0.0.1",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^6.4.0",
"grunt": "^1.0.0",
"grunt-build-control": "^0.7.0",
"grunt-concurrent": "^2.3.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compass": "^1.0.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.0",
"grunt-contrib-htmlmin": "^2.0.0",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-filerev": "^2.3.0",
"grunt-githash": "^0.1.3",
"grunt-google-cdn": "^0.4.3",
"grunt-include-source": "^1.0.0",
"grunt-karma": "^2.0.0",
"grunt-newer": "^1.2.0",
"grunt-ng-annotate": "^2.0.0",
"grunt-ng-constant": "^2.0.0",
"grunt-postcss": "^0.8.0",
"grunt-real-favicon": "^0.1.3",
"grunt-svgmin": "^3.3.0",
"grunt-sw-precache": "^1.0.3",
"grunt-usemin": "^3.0.0",
"grunt-wiredep": "^3.0.0",
"jasmine-core": "^2.1.3",
"jshint-stylish": "^2.2.0",
"karma": "^1.1.0",
"karma-jasmine": "^1.0.0",
"karma-ng-html2js-preprocessor": "^1.0",
"karma-phantomjs-launcher": "^1.0.0",
"load-grunt-tasks": "^3.5.0",
"serve-static": "^1.11.1",
"sw-precache": "^4.0.0",
"time-grunt": "^1.4.0"
},
"engines": {
"node": ">=4.4"
},
"scripts": {
"test": "grunt test"
}
}