-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.09 KB
/
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
43
44
45
{
"name": "noflo-clutter",
"description": "User interaction components for NoFlo and Clutter/gjs",
"version": "0.0.1",
"author": {
"name": "Lionel Landwerlin",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/djdeath/noflo-clutter.git"
},
"licenses": [
{
"type": "LGPL",
"url": "undefined/blob/master/LICENSE-LGPL"
}
],
"dependencies": {
"noflo": "~0.4.4",
"noflo-core": "~0.1.3",
"noflo-ui": "git://github.com/noflo/noflo-ui.git",
"fbp": "~1.1.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-exec": "~0.4.2",
"grunt-contrib-coffee": "~0.10.1",
"grunt-coffeelint": "~0.0.8",
"chai": "~1.5.0",
"grunt-component-build": "~0.2.7",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-watch": "~0.3.1",
"component-json": "~0.1.4",
"component-coffee": "~0.1.4",
"component": "~0.17.6",
"grunt-combine": "~0.8.3",
"grunt-component": "~0.1.2",
"grunt-contrib-connect": "~0.4.1"
},
"keywords": [],
"scripts": {
"test": "grunt test"
}
}