-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 760 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 760 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
{
"name": "locationify",
"version": "0.9.2",
"description": "makes location objects so easy!",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "tape test/test*.js | tap-spec",
"dan": "tape test/test-dan.js | tap-spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dhigginbotham/locationify.git"
},
"keywords": [
"location",
"window.location"
],
"author": "David Higgamuffin & Dan Levy",
"license": "MIT",
"bugs": {
"url": "https://github.com/dhigginbotham/locationify/issues"
},
"homepage": "https://github.com/dhigginbotham/locationify#readme",
"devDependencies": {
"tap-nyan": "0.0.2",
"tap-spec": "^4.1.1",
"tape": "^4.4.0"
}
}