-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 975 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
{
"name": "wireflow",
"version": "0.7.0-alpha.1",
"description": "Node based editing for the web (react-based)",
"main": "lib/wireflow.js",
"repository": {
"type": "git",
"url": "https://github.com/x1b/wireflow.git"
},
"dependencies": {
"immutable": "~3.7.6",
"requirejs": "~2.1.20",
"react": "~0.14.7",
"dagre": "~0.7.4"
},
"devDependencies": {
"babel": "^5.8.35",
"eslint": "^0.24.1",
"eslint-plugin-react": "^2.7.0",
"grunt": "~0.4.4",
"grunt-cli": "^1.2.0",
"grunt-contrib-connect": "~0.10.1",
"grunt-contrib-watch": "^0.6.1",
"jasmine": "^2.5.3",
"requirejs": "^2.1.22"
},
"scripts": {
"start": "grunt start",
"prepublish": "babel --extension jsx src/ --out-dir=lib/ && babel --extension jsx demos/fusebox/src/ --out-dir=demos/fusebox/lib/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Michael Kurze <[email protected]>",
"license": "MIT"
}