-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.15 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
{
"name": "penguicon-schedule",
"version": "1.6.0",
"description": "HTML5 Milwaukee App Skeleton",
"main": "index.html",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/shcarrico/penguicon-schedule"
},
"author": "Stan Carrico",
"license": "LICENSE (MIT)",
"bugs": {
"url": "https://github.com/shcarrico/penguicon-schedule/issues"
},
"homepage": "https://github.com/shcarrico/penguicon-schedule",
"engines": {
"node": ">=0.10.3 <0.12"
},
"devDependencies": {
"grunt": "^0.4.4",
"bower": "^1.3.2",
"webpack": "git://github.com/webpack/webpack#master",
"async": "0.2.x",
"loader-utils": "0.2.x",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-less": "^0.11.0",
"webpack-dev-server": "^1.2.7",
"grunt-webpack": "^1.0.5",
"can.viewify": "git://github.com/shcarrico/can.viewify#master",
"grunt-contrib-connect": "^0.7.1",
"transform-loader": "^0.2.0",
"grunt-contrib-clean": "^0.5.0",
"webpack-dev-middleware": "*",
"lodash": "^2.4.1",
"less": "^1.7.0",
"bootstrap": "0.0.2",
"grunt-text-replace": "^0.3.11"
}
}