2017-06-23 11:19:43 +03:00
{
"name" : "purescript-indexeddb" ,
"version" : "1.0.0" ,
"description" : "This document is a general grooming of the current state of the IndexedDB API. It covers only the features specified in the official specs." ,
"main" : "bundle.js" ,
"scripts" : {
"test:build" : "pulp browserify -j 4 --main \"Test.Main\" -I test --to dist/karma/index.js" ,
"test:run" : "karma start --single-run" ,
2017-06-30 12:31:10 +03:00
"test:watch" : "find . -type f -regex '.*\\(src\\|test\\).*' ! -regex '.*bower_components.*\\|.*node_modules.*|.*\\.sw.*' | entr -s 'npm run test'" ,
2017-06-23 11:19:43 +03:00
"test" : "npm run test:build && npm run test:run" ,
"build" : "pulp browserify -j 4 -O --to dist/bundle.js" ,
2017-06-30 12:31:10 +03:00
"start" : "find . -type f -regex '.*\\(src\\|test\\).*' ! -regex '.*bower_components.*\\|.*node_modules.*|.*\\.sw.*' | entr -s 'clear; pulp browserify -j 4 -t dist/bundle.js'" ,
2017-06-29 12:23:05 +03:00
"start:test" : "karma start"
2017-06-23 11:19:43 +03:00
} ,
"dependencies" : {
"eslint" : "^3.19.0" ,
"eslint-config-airbnb" : "^15.0.1" ,
"eslint-plugin-import" : "^2.3.0" ,
"eslint-plugin-jsx-a11y" : "^5.0.3" ,
"eslint-plugin-react" : "^7.1.0" ,
"karma" : "^1.7.0"
} ,
"devDependencies" : {
"eslint" : "3.19.0" ,
"eslint-config-airbnb" : "15.0.1" ,
"eslint-plugin-import" : "2.5.0" ,
"eslint-plugin-jsx-a11y" : "5.0.3" ,
"eslint-plugin-react" : "7.1.0" ,
"karma" : "1.7.0" ,
"karma-chrome-launcher" : "2.1.1" ,
"karma-firefox-launcher" : "1.0.1" ,
2017-06-23 14:13:12 +03:00
"karma-mocha" : "^1.3.0" ,
"karma-spec-reporter" : "0.0.31" ,
"mocha" : "^3.4.2"
2017-06-23 11:19:43 +03:00
} ,
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/Truqu/purescript-indexeddb.git"
} ,
"author" : "" ,
"license" : "ISC" ,
"bugs" : {
"url" : "https://github.com/Truqu/purescript-indexeddb/issues"
} ,
"homepage" : "https://github.com/Truqu/purescript-indexeddb#readme"
}