-
Notifications
You must be signed in to change notification settings - Fork 147
/
Copy pathpackage.json
50 lines (50 loc) · 1.33 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
{
"name": "highland",
"version": "3.0.0-beta.10",
"description": "The high-level streams library",
"main": "lib/index.js",
"files": [
"dist",
"lib"
],
"homepage": "https://caolan.github.io/highland/",
"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": "^16.2.3",
"browserify-shim": "^3.8.11",
"buffer-from": "^1.1.1",
"concat-stream": "~1.6.0",
"eslint": "^3.19.0",
"fantasy-land": "^3.5.0",
"grunt": "^1.0.4",
"grunt-browserify": "^5.3.0",
"grunt-bump": "0.8.0",
"grunt-contrib-nodeunit": "^2.0.0",
"grunt-contrib-uglify": "^3.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^18.0.0",
"grunt-gh-pages": "^3.1.0",
"grunt-npm": "0.0.2",
"handlebars": "^4.1.2",
"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",
"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"
}
}