-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (41 loc) · 903 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
{
"name":"Phlorx",
"version":"0.0.3",
"description":"light-weight, task efficient, JavaScript library for functional reactive programming inspired by Bacon.js & RxJS",
"scripts":{
"lint":"grunt"
},
"author": {
"name": "Ifeora Okechukwu",
"email": "[email protected]"
},
"contributors": [
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/isocroft/phlorx"
},
"dependencies": {
},
"homepage": "https://github.com/isocroft/phlorx",
"devDependencies": {
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "^0.3.5"
},
"engines": {
"node": ">= 0.10.25"
},
"files": [
"LICENSE",
"README.md",
"src/Phlorx.js",
"dist/Phlorx.min.js"
],
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/isocroft/phlorx/issues"
}
}