puzjs
Version:
javascript crossword puzzle file library (.puz parser)
41 lines (40 loc) • 868 B
JSON
{
"name": "puzjs",
"version": "1.0.2",
"description": "javascript crossword puzzle file library (.puz parser)",
"main": "puz.js",
"scripts": {
"build": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/downforacross/puzjs.git"
},
"keywords": [
"javascript",
"acrosslite",
"across",
"lite",
"crossword",
"puzzle",
"file",
"format",
"parser"
],
"author": "Steven Hao",
"license": "ISC",
"bugs": {
"url": "https://github.com/downforacross/puzjs/issues"
},
"homepage": "https://github.com/downforacross/puzjs#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"gulp-babel": "^7.0.1",
"gulp-umd": "^2.0.0"
},
"dependencies": {
"gulp": "^3.9.1"
}
}