We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6196081 commit 109386eCopy full SHA for 109386e
package.json
@@ -3,16 +3,16 @@
3
"version": "0.1.1",
4
"description": "gn (graphs and networks) algorithm / adt templates for JavaScript",
5
"main": "js/dist/gn.js",
6
- "dependencies": {
7
- },
+ "dependencies": {},
8
"devDependencies": {
9
"qunit": "git://github.com/gotwarlost/node-qunit.git#istanbul-coverage",
10
"coveralls": "^2.10.0",
11
"optimist": "^0.6.1",
12
"algo": "^0.1.1",
13
"uglify-js": "^2.4.13",
14
"recquire": "^0.1.0",
15
- "recbuild": "^0.0.3"
+ "recbuild": "^0.0.3",
+ "codeclimate-test-reporter": "0.0.3"
16
},
17
"scripts": {
18
"build": "node js/build.js",
0 commit comments