-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 889 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 889 Bytes
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
{
"name": "databrowser",
"version": "1.0.0",
"description": "The IEDA Data Browser provides a quick, intuitive interface for finding and visualizing the data available through IEDA.",
"main": "index.php",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/iedadata/dataBrowser.git"
},
"author": "John Morton <[email protected]>",
"license": "Apache",
"private": true,
"bugs": {
"url": "https://github.com/iedadata/dataBrowser/issues"
},
"homepage": "https://github.com/iedadata/dataBrowser",
"dependencies": {
"grunt": "^1.0.1",
"grunt-bower-install-simple": "^1.2.4",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-less": "^1.4.1"
}
}