-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.08 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
{
"name": "EBM",
"title": "Easy Box Model boilerplate",
"url": "http://soygus.com",
"author": "@MadeByGus",
"copyright": "2015",
"version": "2.1.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/netpoe/EasyBoxModel.git"
},
"devDependencies": {
"bower": "latest",
"connect-livereload": "latest",
"grunt": "latest",
"grunt-autoprefixer": "latest",
"grunt-bower-task": "latest",
"grunt-contrib-clean": "latest",
"grunt-contrib-coffee": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-connect": "latest",
"grunt-contrib-cssmin": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-sass": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
"grunt-responsive-images": "latest",
"grunt-responsive-images-extender": "latest",
"grunt-purifycss": "latest",
"grunt-open": "latest",
"matchdep": "latest",
"pgwbrowser": "latest",
"logdown": "latest"
},
"scripts": {
"postinstall": "node_modules/.bin/bower install"
}
}