-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.25 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "projeto",
"author": "Luís Alves 18490 - Tiago Carvalhido 17491",
"description": "Traceability of DOP/DOC products in their value chain",
"version": "0.0.2",
"devDependencies": {
"browserfs": "^1.2.0",
"chai": "^3.5.0",
"composer-admin": "latest",
"composer-cli": "latest",
"composer-client": "latest",
"composer-connector-embedded": "latest",
"eslint": "^3.6.1",
"istanbul": "^0.4.5",
"jsdoc": "^3.4.1",
"mkdirp": "^0.5.1",
"mocha": "^3.2.0",
"moment": "^2.19.3"
},
"keywords": [],
"license": "Apache 2.0",
"repository": {
"type": "e.g. git",
"url": "URL"
},
"scripts": {
"deploy": "./scripts/deploy.sh",
"doc": "jsdoc --pedantic --recurse -c jsdoc.conf",
"lint": "eslint .",
"postlicchk": "npm run doc",
"postlint": "npm run licchk",
"prepublish": "mkdirp ./dist && composer archive create --sourceType dir --sourceName . -a ./dist/unnamed-network.bna",
"pretest": "npm run lint",
"test": "mocha --recursive"
},
"dependencies": {
"passport": "^0.4.1",
"passport-github": "^1.1.0",
"yeoman-doctor": "^4.0.0"
}
}