ya
Version:
屋 ya - simple glob pub/sub store
55 lines (54 loc) • 1.6 kB
JSON
{
"name": "ya",
"version": "0.2.2",
"description": "屋 ya - simple glob pub/sub store",
"main": "dist/ya.min.js",
"files": [
"dist/ya.min.js"
],
"scripts": {
"watch": "miru -w [ npm run watch:src, 'dist/ya.js' ] -f dist/ya.js -e 'npm run uglify && echo done'",
"build": "npm run build:src && npm run uglify",
"build:src": "browserify --bare --standalone ya -t [ babelify --presets [ env ] ] src/ya.js -o dist/ya.js 2>&1 | wooster",
"watch:src": "watchify --bare --standalone ya -t [ babelify --presets [ env ] ] src/ya.js -o dist/ya.js",
"uglify": "uglifyjs dist/ya.js -cmo dist/ya.min.js",
"prepublish": "npm run build && npm test",
"test:production": "production=1 node test/test.js | faucet",
"test:dev": "node test/test.js | faucet",
"test": "npm run test:dev && npm run test:production"
},
"keywords": [
"ya",
"store",
"state",
"glob",
"eventemitter"
],
"author": "talmobi <talmo.christian@gmail.com>",
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/talmobi/ya"
},
"bugs": {
"url": "https://github.com/talmobi/ya/issues",
"email": "talmo.christian@gmail.com"
},
"dependencies": {
"minimatch": "~3.0.4"
},
"devDependencies": {
"fast-json-patch": "~2.0.6",
"babel-core": "~6.26.0",
"babel-preset-env": "~1.6.1",
"babelify": "~8.0.0",
"browserify": "~16.1.1",
"faucet": "0.0.1",
"miru": "~0.10.5",
"tape": "~4.9.0",
"uglify-js": "~3.3.13",
"watchify": "~3.11.0",
"wooster": "~0.3.7"
}
}