-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.11 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
41
{
"name": "setmap",
"version": "2.0.0-alpha.4",
"description": "Embed Google Maps with ease",
"homepage": "https://github.com/hkdobrev/setmap",
"author": {
"name": "Haralan Dobrev",
"email": "[email protected]",
"url": "http://hkdobrev.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/hkdobrev/setmap.git"
},
"bugs": {
"url": "https://github.com/hkdobrev/setmap/issues"
},
"scripts": {
"build": "grunt build",
"start": "grunt watch",
"lint": "grunt lint:dist",
"style": "grunt style",
"test": "grunt test",
"dist": "grunt dist"
},
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.4",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-uglify": "^0.2.7",
"grunt-contrib-watch": "^0.5.3",
"grunt-jscs-checker": "^0.2.0",
"load-grunt-config": "^0.8.0-beta.1",
"underscore": "^1.6.0"
}
}