ecmascript-version-detector
Version:
ecmascript version detector
62 lines (61 loc) • 1.61 kB
JSON
{
"name": "ecmascript-version-detector",
"repository": {
"type": "git",
"url": "https://github.com/azu/ecmascript-version-detector.git"
},
"author": "azu",
"email": "azuciao@gmail.com",
"homepage": "https://github.com/azu/ecmascript-version-detector",
"license": "MIT",
"bugs": {
"url": "https://github.com/azu/ecmascript-version-detector/issues"
},
"files": [
"src/",
"lib/",
"data/"
],
"version": "1.0.3",
"description": "ecmascript version detector",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"scripts": {
"build": "npm run build:meta && npm run build:js",
"build:js": "NODE_ENV=production babel src --out-dir lib --source-maps",
"build:meta": "node tools/build-index.js",
"watch": "babel src --out-dir lib --watch --source-maps",
"prepublish": "npm run --if-present build",
"test": "npm run build:meta && mocha",
"build:website": "cd website && npm i && npm run build"
},
"keywords": [
"ECMAScript",
"JavaScript",
"detection",
"detect",
"databse",
"version"
],
"devDependencies": {
"@alrra/travis-scripts": "^3.0.1",
"babel-cli": "^6.10.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-jsdoc-to-assert": "^2.0.1",
"babel-preset-power-assert": "^1.0.0",
"babel-register": "^6.9.0",
"mkdirp": "^0.5.1",
"mocha": "^2.5.3",
"power-assert": "^1.4.1"
},
"dependencies": {
"astq": "^1.7.1",
"asty": "^1.4.6",
"babylon": "^6.8.4",
"exists-sync": "0.0.3",
"object.assign": "^4.0.4"
}
}