-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 969 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
36
37
38
39
40
41
42
43
{
"name": "listed",
"version": "0.3.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "gulp test",
"perf": "gulp perf",
"lint": "gulp lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dvlsg/listed.git"
},
"author": "Dave Lesage <dlesage27@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dvlsg/listed/issues"
},
"homepage": "https://github.com/dvlsg/listed#readme",
"devDependencies": {
"async": "^2.0.1",
"benchmark": "^2.1.1",
"benchr": "^3.1.0",
"bluebird": "^3.4.1",
"chai": "^3.5.0",
"co": "^4.6.0",
"eslint": "^3.1.1",
"glob": "^7.0.5",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-mocha": "^2.2.0",
"iterablejs": "^0.5.0",
"lazy.js": "^0.4.2",
"lodash": "^4.14.1",
"ramda": "^0.21.0",
"run-sequence": "^1.2.2",
"underscore": "^1.8.3"
},
"dependencies": {
"co": "^4.6.0"
}
}