forked from unl/wdntemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.04 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": "wdntemplates",
"version": "4.1.1",
"description": "Web Framework for the UNLedu website.",
"repository": {
"type": "git",
"url": "git://github.com/unl/wdntemplates.git"
},
"author": {
"name": "University of Nebraska-Lincoln",
"url": "http://wdn.unl.edu/"
},
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/unl/wdntemplates/issues"
},
"homepage": "https://github.com/unl/wdntemplates#readme",
"devDependencies": {
"csso": "^1.4.2",
"grunt": "^0.4.5",
"grunt-bump": "^0.6.0",
"grunt-concurrent": "^2.0.3",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-watch": "^0.6.1",
"grunt-sync": "^0.4.1",
"grunt-then": "^1.0.0",
"grunt-zip": "^0.17.0",
"less-plugin-autoprefix": "^1.5.1",
"less-plugin-clean-css": "^1.5.1",
"load-grunt-tasks": "^3.2.0",
"sync-exec": "^0.6.2",
"tar-fs": "^1.8.1",
"xz": "^1.2.0"
},
"engines": {
"node": "node >= 0.10.0"
}
}