-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 945 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
{
"name": "organic-dna-branches",
"version": "1.0.0",
"description": "Helper methods for organic DNA branch based manipulations.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "jasmine",
"preversion": "npm test",
"release-patch": "npm version patch && npm publish",
"release-minor": "npm version minor && npm publish",
"release-major": "npm version major && npm publish",
"postversion": "git push origin master && git push origin master --tags"
},
"author": "Boris Filipov",
"license": "MIT",
"devDependencies": {
"jasmine": "^3.10.0",
"organic": "^1.0.0"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/node-organic/organic-dna-branches.git"
},
"bugs": {
"url": "https://github.com/node-organic/organic-dna-branches/issues"
},
"homepage": "https://github.com/node-organic/organic-dna-branches"
}