You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
980 B
49 lines
980 B
{
|
|
"name": "bin",
|
|
"version": "1.0.0",
|
|
"main": "functional_test.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"app-module-path": "*",
|
|
"async": "*",
|
|
"block-stream2": "*",
|
|
"concat-stream": "*",
|
|
"es6-error": "*",
|
|
"json-stream": "*",
|
|
"lodash": "*",
|
|
"mime-types": "*",
|
|
"mkdirp": "*",
|
|
"moment": "*",
|
|
"source-map-support": "*",
|
|
"through2": "*",
|
|
"xml": "*",
|
|
"xml2js": "*"
|
|
},
|
|
"devDependencies": {
|
|
"browserify": "*",
|
|
"chai": "*",
|
|
"gulp": "*",
|
|
"gulp-babel": "*",
|
|
"gulp-jscs": "*",
|
|
"jshint":"2.*",
|
|
"gulp-jshint": "*",
|
|
"gulp-mocha": "*",
|
|
"gulp-notify": "*",
|
|
"gulp-sourcemaps": "*",
|
|
"jshint-stylish": "*",
|
|
"mocha": "*",
|
|
"mocha-steps": "*",
|
|
"nock": "*",
|
|
"rewire": "*",
|
|
"superagent": "*"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
}
|
|
}
|
|
|