forked from danielguillan/bem-constructor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 680 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 680 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
{
"name": "sass-bem-constructor",
"author": "Daniel Guillan <daniel.guillan@gmail.com> (http://danielguillan.com/)",
"version": "1.1.0",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/danielguillan/bem-constructor"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/danielguillan/bem-constructor/issues"
},
"homepage": "https://github.com/danielguillan/bem-constructor",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-sass": "^0.8.1",
"bootcamp": "^1.1.7",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-concat": "^0.5.1",
"grunt-bump": "^0.7.0"
}
}