-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 863 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 863 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
{
"name": "MOL-Species-Pages",
"private": true,
"version": "0.0.0",
"description": "An application for mapping species distributions",
"repository": "git@github.com:MapofLife/species.git",
"devRepository": "git@github.com:MapofLife/species-dev.git",
"url": "https://mapoflife.github.io/species-dev/",
"base": "species-dev",
"license": "MIT",
"directory": "static/components/",
"devDependencies": {
"cors": "^2.7.1",
"debug": "~2.2.0",
"express": "~4.13.4",
"grunt": "^0.4.1",
"grunt-build-control": "^0.7.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "~1.0.1",
"grunt-contrib-uglify": "~1.0.1",
"grunt-contrib-watch": "~1.0.0",
"grunt-dom-munger": "~3.4.0",
"grunt-express": "~1.4.1",
"grunt-keepalive": "~1.0.0",
"grunt-open": "~0.2.3",
"grunt-parallel": "^0.5.1"
}
}