-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
37 lines (37 loc) · 1.03 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
{
"name": "Neatline",
"version": "2.6.1",
"repository": {
"type": "git",
"url": "https://github.com/scholarslab/neatline"
},
"private": false,
"license": "Apache-2.0",
"devDependencies": {
"glob": "^4.0.0",
"grunt": "^0.4.5",
"grunt-bower-task": ">= 0.3.4",
"grunt-browserify": ">= 2.0.7",
"grunt-contrib-clean": ">= 0.4.0",
"grunt-contrib-compress": ">= 0.4.0",
"grunt-contrib-concat": ">= 0.1.3",
"grunt-contrib-connect": ">= 0.1.2",
"grunt-contrib-copy": ">= 0.4.0",
"grunt-contrib-cssmin": ">= 0.6.1",
"grunt-contrib-jasmine": ">= 0.4.2",
"grunt-contrib-stylus": ">= 0.4.0",
"grunt-contrib-uglify": ">= 0.1.1",
"grunt-contrib-watch": ">= 0.2.0",
"grunt-git": "^0.2.10",
"grunt-markdown": ">= 0.5.0",
"grunt-phpunit": ">= 0.3.2",
"grunt-po2mo": "^0.1.0",
"grunt-pot": "^0.1.2",
"grunt-version": "^0.3.0",
"jit-grunt": "^0.7.0",
"load-grunt-config": ">= 0.8.0",
"lodash": "^2.4.1",
"shelljs": "^0.3.0",
"time-grunt": "^0.3.1"
}
}