-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 808 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 808 Bytes
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
{
"name": "ASH",
"title": "Automated Scalable HTML5 Boilerplate powered by Grunt",
"url": "https://github.com/mugetsu/ash",
"author": "Randell Quitain",
"copyright": "2016",
"version": "1.0.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mugetsu/ash.git"
},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"connect-livereload": "~0.2.0",
"grunt": "~0.4.5",
"grunt-bower": "~0.21.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-pug": "~1.0.0",
"grunt-contrib-sass": "~0.5.1",
"grunt-contrib-uglify": "~2.1.0",
"grunt-contrib-watch": "~0.4.4",
"grunt-open": "~0.2.3",
"grunt-spritesmith": "~4.5.0",
"matchdep": "~0.1.2",
"mocha": "~3.2.0"
}
}