-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 876 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
{
"name": "reflect-r",
"version": "1.0.0",
"description": "_R is a powerful reflection library with support for lamba-lifting, modyfing code flow in fly.",
"main": "dist/reflect-helpers.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ginden/reflect-helpers.git"
},
"keywords": [
"reflection",
"es6",
"reflect",
"_R",
"lamba lifting"
],
"author": "Michał \"Ginden\" Wadas",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ginden/reflect-helpers/issues"
},
"homepage": "https://github.com/Ginden/reflect-helpers",
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-babel": "^5.2.0",
"gulp-doctoc": "^0.1.3",
"gulp-istanbul": "^0.10.0",
"gulp-jasmine": "^2.0.1"
},
"directories": {
"test": "tests"
}
}