Skip to content

Commit

Permalink
Add field for npmjs.org
Browse files Browse the repository at this point in the history
  • Loading branch information
hotoo committed Apr 13, 2015
1 parent 414b6c7 commit e64aacf
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "name-storage",
"version": "1.3.0",
"description": "Storage via window.name",
"keywords": ["arale", "utility"],
"homepage": "https://github.com/aralejs/name-storage",
"author": "闲耘<[email protected]>",
"repository": {
Expand All @@ -11,12 +12,15 @@
"bugs": {
"url": "https://github.com/aralejs/name-storage/issues"
},
"keywords": ["utility"],
"licenses": "MIT",
"main": "index.js",
"devDependencies": {
"expect.js": "0.3.1"
},
"spm": {
"main": "index.js",
"devDependencies": {
"expect.js": "0.3.1"
}
}
},
"licenses": "MIT"
}

0 comments on commit e64aacf

Please sign in to comment.