state.js/package.json

29 lines
579 B
JSON
Raw Permalink Normal View History

2019-06-24 19:45:14 +00:00
{
"name": "statejs",
"version": "0.7.0",
"description": "simple spa state managment utility",
"main": "src/index.js",
"directories": {
"doc": "docs",
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "node_modules/.bin/tape test/*.spec.js",
"lint": "npx eslint src/*.js",
"build": "npx gulp"
},
"keywords": [
"library"
],
"author": "Geoff Doty",
"license": "MIT",
"devDependencies": {
"eslint": "^5.16.0",
"gulp": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-terser": "^1.2.0",
"tape": "^4.10.2"
}
}