initial commit
This commit is contained in:
46
node_modules/jibo-dev/package.json
generated
vendored
Normal file
46
node_modules/jibo-dev/package.json
generated
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"name": "jibo-dev",
|
||||
"version": "2.1.4",
|
||||
"description": "Jibo build tools, dev dependencies",
|
||||
"main": "lib/jibo-dev.js",
|
||||
"bin": {
|
||||
"rulify": "./bin/rulify.js",
|
||||
"behaviorify": "./bin/behaviorify.js",
|
||||
"flowlint": "./bin/flowlint.js",
|
||||
"jibo-dev": "./bin/jibo-dev.js"
|
||||
},
|
||||
"typings": "lib/dts/index.d.ts",
|
||||
"author": "Jibo, Inc. <sdkearlyaccess@jibo.com>",
|
||||
"license": "SEE LICENSE IN LICENSE.txt",
|
||||
"dependencies": {
|
||||
"browserify": "^13.1.1",
|
||||
"chalk": "^1.1.3",
|
||||
"colors": "^1.1.2",
|
||||
"del": "^2.2.2",
|
||||
"escodegen": "^1.6.1",
|
||||
"esprima": "^2.2.0",
|
||||
"estraverse": "^4.2.0",
|
||||
"find-root": "^1.0.0",
|
||||
"glob": "^7.0.3",
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-if": "^2.0.2",
|
||||
"gulp-tslint": "^7.0.1",
|
||||
"gulp-uglify-harmony": "jiborobot/gulp-uglify-harmony#master",
|
||||
"jibo-flow-core": "beta",
|
||||
"mapstraction": "^1.0.0",
|
||||
"minimist": "^1.2.0",
|
||||
"mkdirp": "^0.5.1",
|
||||
"parser-download": "beta",
|
||||
"pretty-hrtime": "^1.0.3",
|
||||
"through2": "^2.0.1",
|
||||
"tsify-preprocess": "^2.0.3",
|
||||
"tslint": "^4.1.1",
|
||||
"typescript": "^2.1.4",
|
||||
"vinyl-buffer": "^1.0.0",
|
||||
"vinyl-source-stream": "^1.1.0",
|
||||
"watchify": "^3.8.0"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "node postinstall.js"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user