UNPKG

1.07 kBJSONView Raw
1{
2 "name": "01-numacert",
3 "version": "1.1.2",
4 "description": "Some description",
5 "main": "index.js",
6 "scripts": {
7 "commit": "git-cz",
8 "start": "node ./bin/www",
9 "test": "mocha ./tests/index",
10 "semantic-release": "semantic-release",
11 "travis-deploy-once": "travis-deploy-once"
12 },
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/masterlayouts/numacertro.git"
16 },
17 "keywords": [],
18 "author": "Florin Sima <florin@masterlayouts.com>",
19 "license": "ISC",
20 "bugs": {
21 "url": "https://github.com/masterlayouts/numacertro/issues"
22 },
23 "homepage": "https://github.com/masterlayouts/numacertro#readme",
24 "dependencies": {
25 "chai": "4.1.2",
26 "express": "4.16.2",
27 "mocha": "5.0.1",
28 "superagent": "3.8.2"
29 },
30 "devDependencies": {
31 "commitizen": "2.9.6",
32 "cz-conventional-changelog": "2.1.0",
33 "last-release-git": "0.0.3",
34 "semantic-release": "^12.4.1",
35 "travis-deploy-once": "^4.3.4"
36 },
37 "config": {
38 "commitizen": {
39 "path": "./node_modules/cz-conventional-changelog"
40 }
41 }
42}