forked from caolan/highland
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.2 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
47
48
{
"name": "highland",
"version": "2.9.0",
"description": "The high-level streams library",
"main": "lib/index.js",
"files": [
"dist",
"lib"
],
"homepage": "http://highlandjs.org/",
"bugs": "https://github.com/caolan/highland/issues",
"repository": {
"type": "git",
"url": "https://github.com/caolan/highland.git"
},
"license": "Apache-2.0",
"devDependencies": {
"bluebird": "^3.3.5",
"browserify": "^13.0.0",
"browserify-shim": "^3.8.11",
"concat-stream": "~1.4.1",
"eslint": "^2.10.0",
"grunt": "~1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-bump": "0.8.0",
"grunt-contrib-nodeunit": "~1.0.0",
"grunt-contrib-uglify": "^1.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-eslint": "^18.0.0",
"grunt-gh-pages": "~1.1.0",
"grunt-npm": "0.0.2",
"handlebars": "~4.0.5",
"nodeunit": "~0.9.1",
"rsvp": "~3.2.0",
"scrawl": "0.0.5",
"sinon": "~1.17.3",
"stream-array": "~1.1.2",
"through": "~2.3.4",
"transducers-js": "~0.4.174",
"uglify-js": "^2.6.1"
},
"scripts": {
"test": "eslint Gruntfile.js lib test/test.js && nodeunit test/test.js"
},
"dependencies": {
"util-deprecate": "^1.0.2"
}
}