UNPKG

1.51 kBJSONView Raw
1{
2 "name": "crunchpow-model",
3 "version": "1.2.6",
4 "description": "Schema-based model layer for Javascript",
5 "main": "dist/index.umd.min.js",
6 "scripts": {
7 "commit": "git-cz",
8 "test": "mocha test/index.test.js -w",
9 "test:single": "mocha test/index.test.js",
10 "prebuild": "rimraf -rf dist",
11 "build": "npm-run-all --parallel build:*",
12 "build:main": "babel --out-dir dist src",
13 "build:umd": "webpack --output-filename index.umd.js",
14 "build:umd.min": "webpack --output-filename index.umd.min.js -p",
15 "semantic-release": "semantic-release pre && npm publish && semantic-release post"
16 },
17 "repository": "git@github.com:TheOneTheOnlyDavidBrown/crunchpow-model.git",
18 "author": "David Brown <me@davidcbrown.io>",
19 "license": "MIT",
20 "dependencies": {
21 "promise": "7.1.1",
22 "superagent": "3.5.2"
23 },
24 "babel": {
25 "presets": [
26 "es2015",
27 "stage-2"
28 ]
29 },
30 "devDependencies": {
31 "babel-cli": "6.24.0",
32 "babel-loader": "6.4.1",
33 "babel-preset-es2015": "6.24.0",
34 "babel-preset-stage-2": "6.22.0",
35 "chai": "3.5.0",
36 "chai-as-promised": "6.0.0",
37 "commitizen": "2.9.6",
38 "cz-conventional-changelog": "2.0.0",
39 "json-loader": "0.5.4",
40 "mocha": "3.2.0",
41 "nock": "9.0.9",
42 "npm-run-all": "4.0.2",
43 "rimraf": "2.6.1",
44 "semantic-release": "6.3.2",
45 "webpack": "2.3.2"
46 },
47 "config": {
48 "commitizen": {
49 "path": "node_modules/cz-conventional-changelog"
50 }
51 },
52 "files": [
53 "dist"
54 ]
55}
\No newline at end of file