-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.14 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.14 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
48
49
50
51
{
"name": "meppit-map",
"version": "0.3.2",
"main": "dist/meppit-map.full.min.js",
"description": "javascript library for Meppit's map component",
"repository": {
"type": "git",
"url": "git://github.com/it3s/meppit-map.git"
},
"keywords": [
"map",
"GeoJSON"
],
"author": {
"name": "it3s",
"url": "http://it3s.org"
},
"contributors": [
{
"name": "Luiz Armesto",
"email": "luiz.armesto@gmail.com"
},
{
"name": "Anderson Pierre Cardoso"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/it3s/meppit-map/blob/master/LICENSE.txt"
}
],
"readmeFilename": "README.md",
"dependencies": {},
"devDependencies": {
"chai": "~1.9.0",
"sinon": "~1.8.0",
"sinon-chai": "~2.5.0",
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-coffee": "~0.10.1",
"coffee-script": "~1.7.1",
"grunt-blanket-mocha": "~0.4.0",
"blanket": "~1.1.5",
"requirejs": "~2.1.10",
"mocha": "~1.18.2"
}
}