-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbak-package.json
69 lines (69 loc) · 1.68 KB
/
bak-package.json
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
{
"name": "panic",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "https://github.com/nostopbutton/yoPanic"
},
"dependencies": {
"express": "*",
"connect": "*",
"colors": "*",
"lodash": "*",
"passport": "*",
"passport-local": "*",
"bcrypt": "*",
"ejs": "*",
"gzippo": "*"
},
"devDependencies": {
"grunt": "*",
"grunt-autoprefixer": "*",
"grunt-bower-install": "*",
"grunt-concurrent": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-coffee": "*",
"grunt-contrib-compass": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-cssmin": "*",
"grunt-contrib-htmlmin": "*",
"jpegtran-bin": "*",
"grunt-contrib-imagemin": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-google-cdn": "*",
"grunt-newer": "*",
"grunt-ngmin": "*",
"grunt-rev": "*",
"grunt-svgmin": "*",
"grunt-usemin": "*",
"jshint-stylish": "*",
"load-grunt-tasks": "*",
"time-grunt": "*",
"grunt-express-server": "*",
"grunt-open": "*",
"connect-livereload": "*",
"karma-ng-scenario": "*",
"grunt-karma": "*",
"karma-script-launcher": "*",
"karma-firefox-launcher": "*,
"karma-chrome-launcher": "*",
"karma-html2js-preprocessor": "*",
"karma-jasmine": "*",
"karma-requirejs": "*",
"karma-coffee-preprocessor": "*",
"karma-phantomjs-launcher": "*",
"karma": "*",
"karma-ng-html2js-preprocessor": "*",
"grunt-install-dependencies": "*",
"grunt-imageoptim": "*"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt test"
}
}