-
Notifications
You must be signed in to change notification settings - Fork 147
/
package.json
49 lines (49 loc) · 1.28 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
{
"name": "highland",
"version": "3.0.0-beta.7",
"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": "^14.1.0",
"browserify-shim": "^3.8.11",
"concat-stream": "~1.6.0",
"eslint": "^3.19.0",
"grunt": "~1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-bump": "0.8.0",
"grunt-contrib-nodeunit": "~1.0.0",
"grunt-contrib-uglify": "^3.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-eslint": "^18.0.0",
"grunt-gh-pages": "~2.0.0",
"grunt-npm": "0.0.2",
"handlebars": "~4.0.5",
"nodeunit": "0.11.2",
"orchestrator": "^0.3.7",
"rsvp": "~3.5.0",
"scrawl": "0.0.5",
"showdown": "^1.6.4",
"sinon": "~2.3.0",
"stream-array": "~1.1.2",
"through": "~2.3.4",
"transducers-js": "~0.4.174",
"uglify-js": "^3.0.5"
},
"scripts": {
"test": "eslint Gruntfile.js lib test/test.js && npm run nodeunit",
"test-0.10": "npm run nodeunit",
"nodeunit": "nodeunit test/test.js"
}
}