forked from fitzgen/wu.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 962 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 962 Bytes
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
{
"name": "wu",
"description": "Combinators for ECMAScript 6 iterators.",
"author": {
"name": "Nick Fitzgerald",
"email": "fitzgen@gmail.com",
"url": "http://fitzgeraldnick.com"
},
"bugs": "http://github.com/fitzgen/wu.js/issues",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php "
}
],
"repository": {
"type": "git",
"url": "git://github.com/fitzgen/wu.js.git"
},
"url": "http://fitzgen.github.com/wu.js",
"version": "2.1.0",
"main": "./dist/wu.js",
"scripts": {
"docs": "bundle exec jekyll serve --watch",
"build": "webpack --color",
"test": "npm run build && mocha --full-trace --no-colors --compilers js:babel/register"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"babel-runtime": "^5.8.25",
"chai": "^3.3.0",
"mocha": "^2.3.3",
"webpack": "^1.12.2"
}
}