Skip to content

Commit 77a8a4d

Browse files
committed
Merge pull request #5 from abernier/master
NPM
2 parents b9f34cf + a0d7308 commit 77a8a4d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

package.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "geojson-utils",
3+
"version": "0.0.1",
4+
"description": "GeoJSON Utilities for JavaScript",
5+
"main": "geojson-utils.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git://github.com/abernier/geojson-js-utils.git"
12+
},
13+
"keywords": [
14+
"geojson",
15+
"geocouch"
16+
],
17+
"author": "Max Ogden",
18+
"license": "MIT",
19+
"readmeFilename": "README.textile"
20+
}

0 commit comments

Comments
 (0)