forked from drupalprojects/kalatheme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.44 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
{
"name": "kalatheme",
"version": "3.0.0+dev",
"description": "Kalatheme is designed for people who want to get to work quickly so they can make things happen.",
"homepage": "https://drupal.org/project/kalatheme",
"bugs": {
"url": "https://drupal.org/project/issues/kalatheme"
},
"main": "template.php",
"scripts": {
"test": "grunt tests"
},
"repository": {
"type": "git",
"url": " http://git.drupal.org/project/kalatheme.git"
},
"keywords": [
"Drupal",
"Bootstrap",
"Panopoly"
],
"author": "Kalamuna LLC <[email protected]> (http://www.kalamuna.com/)",
"license": "GPL-2.0",
"config": {
"src": {
"coffee": [
".src/**/*.coffee"
]
},
"dist": {
"js": "js"
}
},
"devDependencies": {
"grunt": "^0.4.4",
"load-grunt-config": "^0.8.0",
"grunt-contrib-coffee": "^0.10.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-coffeelint": "0.0.10",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-autoprefixer": "^0.7.2",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-jasmine": "^0.6.3",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-imagemin": "^0.6.1",
"grunt-csscss": "^0.6.1",
"grunt-contrib-sass": "^0.7.3",
"grunt-spritesmith": "^1.26.0",
"grunt-contrib-connect": "^0.7.1",
"grunt-curl": "^1.5.1",
"grunt-contrib-csslint": "^0.2.0"
}
}