-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
44 lines (44 loc) · 1023 Bytes
/
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
{
"author": "Akimichi Tatsukawa",
"name": "functionaljs",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/akimichi/functionaljs.git"
},
"bugs": {
"url": "https://github.com/akimichi/functionaljs/issues"
},
"homepage": "https://github.com/akimichi/functionaljs",
"license": "MIT",
"scripts": {
"test": "mocha --harmony -R spec"
},
"dependencies": {
"expect.js": "^0.3.1",
"gulp": "3.9.1",
"mocha": "1.21.5"
},
"engines": {
"node": "0.12.x"
},
"devDependencies": {
"docco": "^0.7.0",
"gulp-coffee": "^2.3.1",
"gulp-docco": "0.0.4",
"gulp-foreach": "^0.1.0",
"gulp-gh-pages": "^0.5.4",
"gulp-jasmine": "^2.0.0",
"gulp-mocha": "^2.0.0",
"gulp-run": "^1.6.6",
"gulp-tap": "^0.1.3",
"gulp-util": "^3.0.4",
"kansuu.js": "^0.3",
"npm": "^2.7.3",
"random-js": "^1.0.4",
"run-sequence": "^1.1.5",
"seedrandom": "^2.3.11",
"sinon": "1.17.3",
"sleep-async": "^1.0.1"
}
}