forked from fronteerio/grasshopper-ui
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·47 lines (47 loc) · 1.25 KB
/
package.json
File metadata and controls
executable file
·47 lines (47 loc) · 1.25 KB
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
{
"name": "grasshopper-ui",
"description": "Grasshopper UI",
"version": "1.3.1",
"author": {
"name": "Fronteer LTD"
},
"repository": {
"type": "git",
"url": "git://github.com/CUL-DigitalServices/grasshopper-ui.git"
},
"bugs": {
"url": "https://github.com/Cul-DigitalServices/grasshopper-ui/issues"
},
"licenses": [
{
"type": "AGPLv3",
"url": "http://opensource.org/licenses/AGPL-3.0"
}
],
"dependencies": {
"bunyan": "latest",
"lodash": "latest"
},
"devDependencies": {
"grunt": "latest",
"grunt-cli": "latest",
"grunt-contrib-clean": "latest",
"grunt-contrib-copy": "latest",
"grunt-contrib-csslint": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-requirejs": "latest",
"grunt-contrib-sass": "latest",
"grunt-contrib-watch": "latest",
"grunt-coveralls": "latest",
"grunt-exec": "latest",
"grunt-ghost": "latest",
"grunt-qunit-istanbul": "0.4.5",
"grunt-text-replace": "latest",
"grunt-ver": "git://github.com/CUL-DigitalServices/grunt-ver.git#v0.2.3-hilary-0.2",
"optimist": "latest",
"timetable-release-tools": "git://github.com/CUL-DigitalServices/timetable-release-tools"
},
"engines": {
"node": ">=0.10"
}
}