forked from jankeesvanandel/devoxx-wallboards
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.24 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
{
"name": "devoxx-wallboards",
"version": "0.0.1",
"scripts": {
"proxy": "npx no-cors-proxy -p 8000 -t https://devoxxpl20.cfp.dev/"
},
"dependencies": {
"animate.css": "^3.5.2",
"lodash": "^4.17.4"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-connect-proxy": "git+https://github.com/drewzboto/grunt-connect-proxy.git",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-coffee": "^1.0.0",
"grunt-contrib-compass": "^1.1.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-htmlmin": "^1.4.0",
"grunt-contrib-imagemin": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-less": "^1.3.x",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-filerev": "^2.3.1",
"grunt-filerev-replace": "^0.1.5",
"grunt-karma": "^2.0.0",
"grunt-lesslint": "^3.2.x",
"grunt-ng-annotate": "^2.0.2",
"grunt-ngmin": "^0.0.3",
"jasmine": "^2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-story-reporter": "^0.3.1",
"matchdep": "^1.0.1",
"no-cors-proxy": "^1.0.5"
}
}