forked from caolan/highland
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.32 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
49
50
51
52
53
54
55
{
"name": "highland",
"version": "2.5.1",
"description": "The high-level streams library",
"main": "lib/index.js",
"files": [
"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": {
"browserify": "~3.30.1",
"concat-stream": "~1.4.1",
"es6-promise": "~0.1.1",
"grunt": "~0.4.2",
"grunt-browserify": "~1.3.1",
"grunt-bump": "0.0.13",
"grunt-eslint": "~2.1.0",
"grunt-contrib-nodeunit": "~0.3.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-gh-pages": "~0.9.0",
"grunt-npm": "0.0.2",
"handlebars": "~1.3.0",
"nodeunit": "~0.8.6",
"nodeunit-tape": "~0.2.0",
"scrawl": "0.0.5",
"sinon": "~1.8.2",
"stream-array": "~1.0.1",
"tape": "~2.4.2",
"through": "~2.3.4",
"transducers-js": "~0.4.135",
"eslint": "~0.10.0"
},
"scripts": {
"test": "eslint Gruntfile.js lib && nodeunit test/test.js"
},
"testling": {
"files": "test/testling.js",
"browsers": [
"ie/8..latest",
"chrome/latest",
"firefox/latest",
"safari/latest",
"opera/latest",
"iphone/latest",
"ipad/latest",
"android-browser/latest"
]
}
}