-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.67 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
54
55
56
57
58
59
60
61
62
63
{
"name": "grunt-behance",
"description": "The best Grunt plugin ever.",
"version": "2.1.1",
"homepage": "https://github.com/behance/grunt-behance",
"author": {
"name": "Behance Javascript",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/behance/grunt-behance.git"
},
"bugs": {
"url": "https://github.com/behance/grunt-behance/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/behance/grunt-behance/blob/master/LICENSE-MIT"
}
],
"scripts": {
"test": "grunt test"
},
"dependencies": {
"babel": "^4.7.16",
"be-karma-stacktrace-transforms": "~1.0.1",
"be-paige": "0.4.0",
"build-layer-lint": "0.2.0",
"fork-pool": "0.0.2",
"grunt-contrib-jshint": "0.11.3",
"grunt-jscs": "2.1.0",
"grunt-karma": "~0.8.3",
"grunt-phpunit": "~0.3.2",
"grunt-scss-lint": "0.1.5",
"grunt-shell": "0.6.4",
"grunt-y-u-no-bundle": "~1.0.1",
"jasmine-core": "^2.3.0",
"karma": "~0.12.0",
"karma-babel-preprocessor": "^4.0.1",
"karma-be-reporter": "~1.0.0",
"karma-chrome-launcher": "~0.1.0",
"karma-coffee-preprocessor": "~0.1.0",
"karma-coverage": "~0.2.7",
"karma-firefox-launcher": "~0.1.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.3.4",
"karma-junit-reporter": "~0.1.0",
"karma-mocha-reporter": "~0.3.1",
"karma-phantomjs-launcher": "~0.1.0",
"karma-requirejs": "~0.1.0",
"karma-sauce-launcher": "~0.2.8",
"karma-script-launcher": "~0.1.0",
"time-grunt": "~1.1.1"
},
"peerDependencies": {
"grunt": "~0.4.2"
},
"keywords": [
"gruntplugin"
]
}