-
Notifications
You must be signed in to change notification settings - Fork 90
/
package.json
53 lines (53 loc) · 1.32 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
{
"name": "acralyzer",
"version": "0.0.0",
"description": "Open source backend for ACRA reports.",
"main": "Gruntfile.js",
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-concat": "~0.1.2",
"grunt-contrib-coffee": "~0.4.0",
"grunt-contrib-uglify": "~0.1.1",
"grunt-contrib-compass": "~0.1.2",
"grunt-contrib-jshint": "~0.2.0",
"grunt-contrib-cssmin": "~0.4.1",
"grunt-contrib-clean": "0.4.0",
"grunt-contrib-imagemin": "0.1.2",
"grunt-usemin": "~0.1.9",
"grunt-regarde": "~0.1.1",
"grunt-open": "~0.2.0",
"matchdep": "~0.1.1",
"grunt-contrib-compress": "~0.4.1"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/ACRA/acralyzer.git"
},
"bugs": {
"url": "https://github.com/ACRA/acralyzer/issues"
},
"author": {
"name": "Kevin Gaudin",
"email": "[email protected]",
"url": "http://acra.ch"
},
"contributors": [
{
"name": "Gavin Mogan",
"email": "[email protected]",
"url": "http://www.kodekoan.com"
}
],
"licenses": [
{
"type": "GPL",
"url": "https://github.com/ACRA/acralyzer/blob/master/LICENSE"
}
],
"readmeFilename": "README.md",
"gitHead": "23be1fa9c6c5b390884b7df186386db164f33580"
}