clean up
This commit is contained in:
13
package.json
13
package.json
@@ -3,8 +3,11 @@
|
||||
"version": "0.0.0",
|
||||
"description": "write npm modules with TypeScript",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
"npmts": "index.js"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "npmts"
|
||||
"test": "(cd compile && node compile.js)"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -19,5 +22,11 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/pushrocks/npmts/issues"
|
||||
},
|
||||
"homepage": "https://github.com/pushrocks/npmts#readme"
|
||||
"homepage": "https://github.com/pushrocks/npmts#readme",
|
||||
"dependencies": {
|
||||
"beautylog": "^2.0.2",
|
||||
"gulp": "^3.9.0",
|
||||
"gulp-typescript": "^2.10.0",
|
||||
"smartcli": "0.0.11"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user