-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 928 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
{
"name": "cgr-generator",
"version": "1.0.2",
"description": "A Chaos Game Representation generator for DNA sequences",
"homepage": "https://go.sb0.io/cgr-generator",
"author": {
"name": "Stephen",
"email": "stephsolis@gmail.com",
"url": "https://stephensol.is/"
},
"repository": {
"type": "git",
"url": "https://github.com/stephensolis/cgr-generator"
},
"license": "MIT",
"main": "lib/cgr.js",
"devDependencies": {
"@babel/core": "7.x.x",
"@babel/preset-env": "7.x.x",
"babel-plugin-transform-remove-strict-mode": "0.x.x",
"chai": "4.x.x",
"grunt": "1.x.x",
"grunt-babel": "8.x.x",
"grunt-browserify": "5.x.x",
"grunt-contrib-clean": "2.x.x",
"grunt-contrib-htmlmin": "3.x.x",
"grunt-contrib-jshint": "2.x.x",
"grunt-contrib-uglify": "4.x.x",
"grunt-htmlhint": "0.x.x",
"grunt-jscs": "3.x.x",
"grunt-mocha-test": "0.x.x",
"load-grunt-tasks": "4.x.x",
"mocha": "5.x.x"
}
}