-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
74 lines (74 loc) · 2.03 KB
/
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
70
71
72
73
74
{
"name": "prism-sample-project",
"version": "0.0.7",
"description": "A sample angular project that demonstrates grunt-connect-prism and connect-prism for gulp.",
"repository": {
"type": "git",
"url": "https://github.com/seglo/prism-sample-project"
},
"author": {
"name": "Sean Glover",
"email": "[email protected]",
"url": "http://randonom.com/blog/"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/seglo/prism-sample-project/blob/master/LICENSE-MIT"
}
],
"bugs": {
"url": "https://github.com/seglo/prism-sample-project/issues"
},
"dependencies": {},
"devDependencies": {
"connect": "^2.27.6",
"connect-livereload": "^0.4.1",
"connect-prism": "^1.0.1",
"express": "^4.10.6",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^0.7.6",
"grunt-concurrent": "^0.5.0",
"grunt-connect-prism": "^1.0.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-express": "^1.4.1",
"grunt-karma": "^0.8.3",
"grunt-protractor-runner": "^1.1.4",
"grunt-wiredep": "^1.9.0",
"gulp": "^3.8.10",
"gulp-autoprefixer": "0.0.7",
"gulp-bower-files": "^0.2.7",
"gulp-cache": "^0.1.11",
"gulp-clean": "^0.2.4",
"gulp-csso": "^0.2.6",
"gulp-filter": "^0.4.1",
"gulp-flatten": "0.0.2",
"gulp-imagemin": "^0.5.1",
"gulp-jshint": "^1.9.0",
"gulp-livereload": "^1.5.0",
"gulp-load-plugins": "^0.5.3",
"gulp-ruby-sass": "^0.4.3",
"gulp-size": "^0.3.1",
"gulp-uglify": "^0.2.1",
"gulp-useref": "^0.4.5",
"jshint-stylish": "^0.2.0",
"karma": "^0.12.30",
"karma-chrome-launcher": "^0.1.7",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"load-grunt-tasks": "^0.4.0",
"opn": "^0.1.2",
"time-grunt": "^0.3.2",
"wiredep": "^1.8.6"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt test"
}
}