Skip to content

Commit 86a7dde

Browse files
author
FezVrasta
committed
pkg.json
1 parent 7fc9bd4 commit 86a7dde

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

package.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "bootstrap-material",
3+
"version": "0.1.0",
4+
"description": "Material Design for Bootstrap",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/FezVrasta/bootstrap-material-design.git"
12+
},
13+
"author": "Federico Zivolo",
14+
"license": "https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md",
15+
"bugs": {
16+
"url": "https://github.com/FezVrasta/bootstrap-material-design/issues"
17+
},
18+
"homepage": "https://github.com/FezVrasta/bootstrap-material-design",
19+
"devDependencies": {
20+
"grunt": "^0.4.5",
21+
"grunt-autoprefixer": "^1.0.1",
22+
"grunt-contrib-copy": "^0.6.0",
23+
"grunt-contrib-cssmin": "^0.10.0",
24+
"grunt-contrib-less": "^0.11.4"
25+
}
26+
}

0 commit comments

Comments
 (0)