-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 824 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 824 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
30
31
32
33
{
"name": "simple-map",
"title": "Simple Map",
"license": "GPLv2",
"description": "Easy way to embed google map(s) using gmaps.js.",
"version": "2.9.0",
"homepage": "http://wordpress.org/plugins/simple-map/",
"repository": {
"type": "git",
"url": "https://github.com/miya0001/simple-map"
},
"scripts": {
"build": "./node_modules/grunt-cli/bin/grunt",
"test": "npm run build && phpunit && grunt test"
},
"author": {
"name": "Takayuki Miyauchi",
"url": "http://wpist.me/"
},
"devDependencies": {
"grunt": "^1.0.2",
"grunt-cli": "^1.2.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-qunit": "^2.0.0",
"grunt-contrib-uglify": "^3.3.0",
"phantomjs-prebuilt": "*",
"qunitjs": "*"
},
"keywords": [],
"dependencies": {
"gmaps": "*"
}
}