-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 734 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 734 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
{
"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": {
"bootcamp": "^1.1.7",
"grunt": "^1.3.0",
"grunt-bump": "^0.7.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-watch": "^1.1.0"
},
"dependencies": {
"coffeescript": "^2.5.1"
}
}