js-module-formats
Version:
Detect different types of JavaScript modules formats
43 lines (42 loc) • 1.03 kB
JSON
{
"name": "js-module-formats",
"version": "0.1.2",
"description": "Detect different types of JavaScript modules formats",
"homepage": "https://github.com/yahoo/js-module-formats",
"main": "index",
"keywords": [
"JavaScript",
"module",
"es6",
"amd",
"yui",
"cjs"
],
"repository": {
"type": "git",
"url": "git://github.com/yahoo/js-module-formats.git"
},
"bugs": {
"url": "https://github.com/yahoo/js-module-formats/issues"
},
"devDependencies": {
"chai": "*",
"istanbul": "*",
"mocha": "*",
"mockery": "*",
"xunit-file": "*",
"glob": "^3.2.9",
"jshint": "^2.4.4"
},
"scripts": {
"lint": "./node_modules/.bin/jshint index.js",
"pretest": "./node_modules/.bin/jshint index.js",
"test": "./node_modules/istanbul/lib/cli.js cover -- ./node_modules/.bin/_mocha test/*.js --reporter spec"
},
"author": {
"name": "Caridy Patino",
"email": "caridy@gmail.com",
"url": "http://caridy.name/"
},
"license": "BSD"
}