null+****@clear*****
null+****@clear*****
2012年 6月 7日 (木) 13:38:04 JST
Yoji SHIDARA 2012-06-07 13:38:04 +0900 (Thu, 07 Jun 2012)
New Revision: 5e57731103715ee70769ed5a6c52a107dc213b91
Log:
Fix json spacing style
Modified files:
package.json
Modified: package.json (+6 -6)
===================================================================
--- package.json 2012-06-07 13:06:58 +0900 (2b9b1f0)
+++ package.json 2012-06-07 13:38:04 +0900 (43d87c2)
@@ -4,7 +4,7 @@
"version": "0.1.6",
"author": "Yoji Shidara <dara****@shida*****>",
"keywords": ["groonga", "fulltext", "search", "database"],
- "homepage" : "http://nroonga.github.com/",
+ "homepage": "http://nroonga.github.com/",
"repository": {
"type": "git",
"url": "git://github.com/nroonga/nroonga.git"
@@ -13,13 +13,13 @@
"url": "http://github.com/nroonga/nroonga/issues"
},
"devDependencies": {
- "coffee-script":"",
- "mocha":"",
- "should":""
+ "coffee-script": "",
+ "mocha": "",
+ "should": ""
},
"dependencies": {
- "msgpack2":"",
- "node-gyp":""
+ "msgpack2": "",
+ "node-gyp": ""
},
"scripts": {
"test": "./node_modules/.bin/mocha --reporter list -r should --compilers coffee:coffee-script",