-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
43 lines (43 loc) · 1.02 KB
/
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
40
41
42
43
{
"name": "nature",
"version": "1.0.0",
"description": "A collection of Naturally Inspired Algorithms for tackling Combinatorial Optimisation Problems",
"main": "index.js",
"scripts": {
"start": "http-server ./dist",
"develop": "gulp & http-server ./dist"
},
"keywords": [
"ai",
"algorithms"
],
"author": "Gordon Dent",
"license": "MIT",
"dependencies": {
"babel": "4.5.1",
"bows": "^1.4.8",
"geolib": "^2.0.18",
"http-server": "0.8.0",
"isomorphic-fetch": "^2.2.0",
"lodash": "3.10.0",
"seedrandom": "2.4.2"
},
"devDependencies": {
"babelify": "6.1.3",
"browserify": "10.2.6",
"chai": "2.1.0",
"chai-as-promised": "4.2.0",
"gulp": "3.9.0",
"gulp-babel": "5.1.0",
"gulp-concat": "2.6.0",
"gulp-sourcemaps": "1.5.2",
"gulp-stylus": "^2.1.0",
"gulp-util": "3.0.6",
"mocha": "2.1.0",
"sinon": "1.12.2",
"sinon-chai": "2.7.0",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0",
"watchify": "3.2.3"
}
}