forked from phase2/grunt-drupal-tasks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.37 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
{
"name": "grunt-drupal-tasks",
"description": "Grunt-based build and testing tasks for Drupal projects.",
"version": "0.6.0-pre",
"main": "bootstrap.js",
"dependencies": {
"grunt-available-tasks": "0.5.7",
"grunt-composer": "0.4.4",
"grunt-concurrent": "1.0.0",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-compass": "1.0.1",
"grunt-contrib-compress": "0.13.0",
"grunt-contrib-copy": "0.8.0",
"grunt-contrib-symlink": "0.3.0",
"grunt-contrib-watch": "0.6.1",
"grunt-drush": "0.0.6",
"grunt-mkdir": "0.1.2",
"grunt-newer": "1.1.0",
"grunt-notify": "git+https://github.com/grayside/grunt-notify.git#0.5.0",
"grunt-parallel-behat": "0.3.6",
"grunt-phpcs": "git+https://github.com/grayside/grunt-phpcs.git#0.3.0",
"grunt-phplint": "0.0.5",
"grunt-phpmd": "0.1.1",
"grunt-shell": "1.1.2",
"lodash": "3.6.0",
"time-grunt": "1.1.0"
},
"peerDependencies": {
"grunt": ">= 0.4.5 < 0.5"
},
"engines": {
"node": ">=0.10.0"
},
"keywords": [
"build",
"drupal",
"grunt",
"gruntplugin"
],
"bugs": "https://github.com/phase2/grunt-drupal-tasks/issues",
"homepage": "https://github.com/phase2/grunt-drupal-tasks",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/phase2/grunt-drupal-tasks.git"
},
"scripts": {
"test": "./test/test.sh"
}
}