-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 737 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 737 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
{
"name": "transducers.js",
"version": "0.3.2",
"author": "James Long <longster@gmail.com>",
"main": "./transducers.js",
"repository": {
"type": "git",
"url": "https://github.com/jlongster/transducers.js.git"
},
"keywords": [
"browser",
"client",
"functional",
"util"
],
"devDependencies": {
"benchmark": "^1.0.0",
"es6-macros": "0.0.7",
"expect.js": "^0.3.1",
"gulp": "^3.8.8",
"gulp-header": "^1.1.1",
"gulp-sourcemaps": "^1.1.5",
"gulp-sweetjs": "^0.5.4",
"lodash": "lodash/lodash",
"mocha": "^1.21.4",
"source-map-support": "^0.2.7",
"sweet.js": "^0.7.1",
"underscore": "^1.7.0",
"webpack": "^1.4.0-beta9",
"immutable": "^3.7.1"
}
}