radiant.js
Version:
Browser-side JS library Extending GMusic.js For Radiant Player
86 lines (85 loc) • 2.33 kB
JSON
{
"name": "radiant.js",
"description": "Browser-side JS library Extending GMusic.js For Radiant Player",
"version": "0.1.1",
"homepage": "https://github.com/BarakaAka1Only/radiant.js",
"author": {
"name": "Baraka",
"email": "baraka@codezener.com",
"url": "http://codezener.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/BarakaAka1Only/radiant.js.git"
},
"bugs": {
"url": "https://github.com/BarakaAka1Only/radiant.js/issues"
},
"license": "Unlicense",
"main": "dist/radiant.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"build": "gulp build",
"lint": "eslint src",
"pretest": "npm run build",
"prepublish": "npm run build",
"verify-webdriver": "curl --silent http://localhost:4444/ > /dev/null || (echo \"Selenium server wasn't started. Please start it via \\`npm run webdriver-manager-start\\`.\" 1>&2 && exit 1)",
"webdriver-manager-start": "webdriver-manager start",
"webdriver-manager-update": "webdriver-manager update --standalone"
},
"devDependencies": {
"async": "~0.9.0",
"babel-eslint": "^6.1.2",
"babel-plugin-transform-class-properties": "^6.10.2",
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.9.0",
"chai": "~1.10.0",
"eslint": "^3.1.0",
"eslint-config-airbnb-base": "^4.0.2",
"eslint-plugin-import": "^1.12.0",
"foundry": "~4.3.2",
"foundry-release-bower": "~2.1.0",
"foundry-release-git": "~2.0.2",
"foundry-release-npm": "~2.0.2",
"function-to-string": "~0.2.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-browserify": "^0.5.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.4",
"mocha": "~1.11.0",
"protractor": "~1.5.0",
"wd": "~0.3.11"
},
"keywords": [
"gmusic.js",
"radiant",
"player",
"browser"
],
"babel": {
"presets": [
"es2015"
],
"plugins": [
"transform-class-properties"
]
},
"foundry": {
"releaseCommands": [
{
"type": "customCommand",
"updateFiles": "npm run build && git add dist"
},
{
"type": "customCommand",
"updateFiles": "node bin/verify-changelog-updated.js"
},
"foundry-release-git",
"foundry-release-npm",
"foundry-release-bower"
]
}
}