-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.11 KB
/
package.json
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "grunt-tt2-bem",
"version": "0.2.3",
"description": "Template Toolkit 2 to BEM bridge",
"repository": {
"type": "git",
"url": "https://github.com/Wu-Wu/grunt-tt2-bem.git"
},
"keywords": [
"gruntplugin",
"bem",
"tt2"
],
"author": {
"name": "Anton Gerasimov",
"email": "me@zyxmasta.com"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.tldrlegal.com/license/mit-license"
}
],
"bugs": {
"url": "https://github.com/Wu-Wu/grunt-tt2-bem/issues"
},
"homepage": "https://github.com/Wu-Wu/grunt-tt2-bem",
"main": "Gruntfile.js",
"scripts": {
"test": "grunt"
},
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"lodash": "~2.4.1",
"bem-naming": "0.0.3",
"tail-call": "0.0.1",
"chalk": "~0.5.1"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-mocha-test": "~0.11.0",
"grunt-mocha-istanbul": "~1.5.0",
"grunt-coveralls": "~0.3.0",
"should": "~4.0.4",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-clean": "~0.5.0"
},
"peerDependencies": {
"grunt": "~0.4.1"
}
}