-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.1 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
44
45
46
{
"name": "simplex-solver",
"description": "Solves Simplex Equations",
"version": "0.0.3",
"main": "src/index.js",
"engines": {
"node": ">=0.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/SamDuvall/simplex-solver"
},
"dependencies": {
"underscore": "^1.7.0"
},
"devDependencies": {
"bluebird": "^2.8.2",
"chai": "^1.9.1",
"colors": "^1.1.0",
"express": "^4.8.4",
"gulp": "~3.8.6",
"gulp-angular-templatecache": "^1.4.2",
"gulp-bower": "0.0.6",
"gulp-browserify": "~0.5.0",
"gulp-changed": "~0.4.0",
"gulp-filter": "^1.0.2",
"gulp-if": "^1.2.5",
"gulp-less": "~1.3.2",
"gulp-livereload": "^2.1.1",
"gulp-minify-css": "^0.3.11",
"gulp-rev": "^1.0.0",
"gulp-rev-replace": "^0.3.1",
"gulp-rimraf": "^0.1.0",
"gulp-shell": "^0.2.9",
"gulp-tap": "^0.1.3",
"gulp-uglify": "^1.0.1",
"gulp-useref": "^0.6.0",
"js-yaml": "0.3.7",
"mocha": "^1.21.4",
"morgan": "^1.2.2",
"read": "1.0.x",
"run-sequence": "~0.3.6",
"stream-combiner": "~0.2.1",
"through2": "^0.6.3"
}
}