-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1012 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1012 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
38
39
40
41
{
"name": "vey",
"version": "0.0.2",
"description": "Functional Reactive Toolkit",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Crafity/vey.git"
},
"keywords": [
"functional",
"reactive",
"toolkit",
"react",
"livereload"
],
"devDependencies": {
"async": "^2.5.0",
"chokidar": "^1.7.0",
"mime": "^1.3.4",
"rollup": "^0.43.0",
"rollup-plugin-alias": "^1.3.1",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-includepaths": "^0.2.2",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-uglify": "^2.0.1",
"stylus": "^0.54.5",
"tiny-lr": "^1.0.5"
},
"author": "Crafity",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/Crafity/vey/issues"
},
"homepage": "https://github.com/Crafity/vey#readme"
}