Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
Use the snazzier style for the json, and add the activate/deactivate …
Browse files Browse the repository at this point in the history
…scripts.
  • Loading branch information
isaacs committed Mar 1, 2010
1 parent d916b98 commit 3689153
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions package.json
@@ -1,15 +1,16 @@
{ { "name" : "npm"
"name": "npm", , "description" : "A package manager for node"
"description":"A package manager for node", , "version" : "0.0.2"
"version":"0.0.1", , "author" : "Isaac Z. Schlueter <i@izs.me>"
"author":"Isaac Z. Schlueter <i@izs.me>", , "directories" :
"directories" : { { "lib" : "lib"
"lib" : "lib" }
}, , "main" : "./npm"
"main":"./npm", , "scripts" :
"scripts" : { { "install" : "scripts/install.js"
"install" : "scripts/install.js", , "uninstall" : "scripts/uninstall.js"
"uninstall" : "scripts/uninstall.js" , "activate" : "scripts/activate.js"
}, , "deactivate" : "scripts/deactivate.js"
"make":"ln -s $(pwd)/cli.js /usr/local/bin/npm" }
, "make":"ln -s $(pwd)/cli.js /usr/local/bin/npm"
} }

0 comments on commit 3689153

Please sign in to comment.