forked from hasharray/liveflow.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 805 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
{
"name": "liveflow",
"version": "0.0.0",
"description": "live editing for node.js and the browser",
"main": "lib/liveflow.js",
"browser": "lib/liveflow/browser.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "make test"
},
"author": "Casper Beyer",
"license": "MIT",
"dependencies": {
"morphdom": "^2.2.1",
"reassign": "0.0.1",
"revaluate": "0.0.2"
},
"devDependencies": {
"browserify": "^13.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hasharray/liveflow.js.git"
},
"keywords": [
"live",
"editing",
"code",
"reloading",
"reload"
],
"bugs": {
"url": "https://github.com/hasharray/liveflow.js/issues"
},
"homepage": "https://github.com/hasharray/liveflow.js"
}