-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 1.18 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
{
"name": "sarit-pm",
"version": "1.0.0",
"url": "http://sarit.indology.info/",
"description": "SARIT: Search and Retrieval of Indic Texts",
"main": "resources/js/app.js",
"directories": {
"doc": "doc",
"data": "data"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eXistSolutions/sarit-pm.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"update": "npm update && grunt",
"start": "npm install --quiet && grunt less:development"
},
"author": "Joern Turner, Wolfgang Meier, Lars Windauer, Tobias Krebs, Jens Østergaard Petersen",
"license": "MIT",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-compare-size": "~0.4.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-imagemin": "~0.7.0",
"grunt-contrib-less": "^1.3.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-css": "~0.5.4",
"grunt-processhtml": "~0.3.0",
"grunt-text-replace": "~0.3.11",
"grunt-uncss": "~0.3.3",
"grunt-zip": "~0.13.0",
"load-grunt-tasks": "~0.4.0",
"uncss": "~0.8.1"
}
}