-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 754 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 754 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
{
"name": "creative",
"title": "Creative",
"version": "1.0.3",
"homepage": "http://startbootstrap.com/template-overviews/creative",
"author": "Start Bootstrap",
"license": {
"type": "MIT",
"url": "https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-banner": "~0.2.3",
"grunt-contrib-less": "~0.11.4",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "~0.5.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-copy":"latest",
"grunt-contrib-clean":"latest",
"grunt-contrib-connect": "latest"
},
"repository": {
"type": "git",
"url": "https://github.com/BlackrockDigital/startbootstrap-creative.git"
}
}