-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 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
{
"name": "organic-dna-cellmodes",
"version": "1.0.1",
"main": "index.js",
"dependencies": {
"lodash.has": "^4.5.2",
"organic-dna-branches": "^1.0.0",
"organic-dna-fold": "^1.0.0"
},
"devDependencies": {
"ava": "^3.15.0"
},
"scripts": {
"test": "ava",
"release-patch": "npm version patch && npm publish && git push --tags && git push origin master",
"release-minor": "npm version minor && npm publish && git push --tags && git push origin master",
"release-major": "npm version major && npm publish && git push --tags && git push origin master"
},
"author": "Boris Filipov",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/node-organic/organic-dna-cellmodes.git"
},
"bugs": {
"url": "https://github.com/node-organic/organic-dna-cellmodes/issues"
},
"homepage": "https://github.com/node-organic/organic-dna-cellmodes",
"description": "Simple utility function to fold and merge DNA structure based on given value."
}