-
Notifications
You must be signed in to change notification settings - Fork 58
/
package.json
39 lines (39 loc) · 1021 Bytes
/
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
{
"name": "hoodie-app-tracker",
"version": "0.0.0-development",
"description": "Default Hoodie app",
"author": "The Hoodie Community | http://hood.ie/",
"bugs": {
"url": "https://github.com/hoodiehq/hoodie-app-tracker/issues"
},
"engines": {
"node": ">=4",
"npm": ">=3"
},
"homepage": "https://github.com/hoodiehq/hoodie-app-tracker",
"keywords": [
"hoodie",
"app"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/hoodiehq/hoodie-app-tracker.git"
},
"scripts": {
"cypress:open": "hoodie & cypress open",
"test": "hoodie & $(npm bin)/cypress run",
"now-start": "hoodie --inMemory",
"pretest": "standard 'cypress/**/*.js'",
"start": "hoodie --inMemory",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"dependencies": {
"hoodie": "28.2.0"
},
"devDependencies": {
"cypress": "^1.0.2",
"semantic-release": "^12.2.2",
"standard": "^11.0.0"
}
}