null+****@clear*****
null+****@clear*****
2012年 6月 7日 (木) 13:06:58 JST
Yoji SHIDARA 2012-06-07 13:06:58 +0900 (Thu, 07 Jun 2012)
New Revision: b86b91179e25a3b44080b3f6f726cf1db7243db1
Log:
Add node-gyp as a dependency
Modified files:
package.json
Modified: package.json (+2 -1)
===================================================================
--- package.json 2012-06-07 12:40:16 +0900 (cd216d2)
+++ package.json 2012-06-07 13:06:58 +0900 (2b9b1f0)
@@ -18,7 +18,8 @@
"should":""
},
"dependencies": {
- "msgpack2":""
+ "msgpack2":"",
+ "node-gyp":""
},
"scripts": {
"test": "./node_modules/.bin/mocha --reporter list -r should --compilers coffee:coffee-script",