forked from cceh/capitularia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.06 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
{
"name": "@cceh/capitularia",
"description": "The Capitularia Wordpress theme and plugins",
"homepage": "http://capitularia.uni-koeln.de",
"author": "CCeH - Cologne Center for eHumanities",
"contributors": [
"Marcello Perathoner <[email protected]>",
"Nils Geissler"
],
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/cceh/capitularia-theme"
},
"bugs": {
"url": "https://github.com/cceh/capitularia-theme/issues"
},
"license": "UNLICENSED",
"private": true,
"devDependencies": {
"bower": "*",
"grunt": "*",
"grunt-contrib-csslint": "^0.5.0",
"grunt-contrib-jshint": "*",
"grunt-contrib-less": "*",
"grunt-contrib-nodeunit": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-phplint": "*",
"grunt-pot": "^0.2.1",
"grunt-potomo": "^3.3.3",
"grunt-shell": "^1.1.2",
"less-plugin-autoprefix": "^1.5.1"
},
"engines": {
"node": ">=0.10.1"
},
"files": [
"dist",
"themes",
"plugins",
"Gruntfile.js"
]
}