Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mosesag0813 committed May 8, 2016
1 parent a7a7171 commit 8dbd1bd
Showing 1 changed file with 9 additions and 33 deletions.
42 changes: 9 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,16 @@
{
"name": "comet-cli",
"version": "1.0.0",
"description": "Command line interface for CometJS.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"devDependencies": {
"jshint": "^2.8.1",
"browserify": "^13.0.0",
"gulp": "^3.9.1",
"grunt": "0.4.0-rc8"
},

"dependencies": {
"CometJS":"^2.1.0"
},

"scripts": {
"test": "./node_modules/jshint/bin/jshint comet-cli"
},
"repository": {
"type": "git",
"url": "git+https://github.com/comet-dev/cli.git"
"url": "https://github.com/comet-dev/comet.git"
},
"keywords": [
"comet",
"cli"
],
"author": "Moses Grant",
"license": "ISC",
"bugs": {
"url": "https://github.com/comet-dev/cli/issues"
"description": "Command line interface for CometJS",
"author": "mosesag0813",
"version": "1.0.0",
"devDependencies": {
"jshint": "^2.8.0"
},
"homepage": "https://github.com/comet-dev/cli#readme"
"scripts": {
"test": "./node_modules/jshint/bin/jshint cli.js"
}
}



0 comments on commit 8dbd1bd

Please sign in to comment.