shakespeare-data
Version:
A little JavaScript library you can import and use in your projects as an alternative to Lorem Ipsum style test data.
57 lines (56 loc) • 1.47 kB
JSON
{
"name": "shakespeare-data",
"version": "3.0.0",
"description": "A little JavaScript library you can import and use in your projects as an alternative to Lorem Ipsum style test data.",
"main": "lib/index.js",
"scripts": {
"commit": "git-cz",
"pretest": "npm run build",
"test": "mocha lib/shakespeare.test.js",
"prebuild": "rimraf lib",
"build": "tsc"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "https://github.com/luketn/shakespeare-data.git"
},
"keywords": [
"shakespeare",
"Lorem",
"Ipsum",
"Lorem Ipsum"
],
"author": "Luke Thompson (http://mycodefu.com/)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/luketn/shakespeare-data/issues"
},
"homepage": "https://github.com/luketn/shakespeare-data#readme",
"devDependencies": {
"@types/chai": "4.1.3",
"@types/mocha": "5.2.0",
"@types/underscore": "1.8.8",
"awesome-typescript-loader": "5.0.0",
"chai": "4.1.2",
"commitizen": "2.9.6",
"cz-conventional-changelog": "2.1.0",
"html-webpack-plugin": "3.2.0",
"mocha": "5.1.1",
"rimraf": "2.6.2",
"semantic-release": "15.4.1",
"source-map-loader": "0.2.3",
"ts-loader": "4.3.0",
"typescript": "2.8.3",
"underscore": "1.9.0",
"webpack": "4.8.2",
"webpack-dev-server": "3.1.4"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
}
}