-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.59 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.59 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "signage",
"description": "digital signage solution",
"version": "0.0.1",
"author": {
"name": "Ben Major",
"email": "ben@godalming.it"
},
"repository": {
"type": "git",
"url": "git://github.com/dippyhippy/signage.git"
},
"licenses": [
{
"type": "MIT",
"url": "undefined/blob/master/LICENSE-MIT"
}
],
"scripts": {
"test": "grunt test"
},
"dependencies": {
"knockout": "^3.2.0",
"knockout.mapping": "^2.4.3",
"nano": "^6.0.2",
"noflo": "~0.5.0",
"noflo-couchdb": "^1.0.1",
"noflo-filesystem": "^1.0.6",
"noflo-flow": "^0.3.4",
"noflo-handyman": "0.0.9",
"noflo-nodejs": "0.0.6",
"noflo-objects": "^0.1.12",
"noflo-strings": "^0.1.9",
"signage-business": "git://github.com/dippyhippy/signage-business",
"signage-comms": "git://github.com/dippyhippy/signage-comms",
"signage-data": "git://github.com/dippyhippy/signage-data"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-coffee": "~0.10.1",
"grunt-coffeelint": "~0.0.10",
"grunt-cafe-mocha": "~0.1.12",
"chai": "~1.9.0",
"mocha": "~1.21.0",
"grunt-mocha-phantomjs": "~0.2.2",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-noflo-manifest": "~0.1.11",
"grunt-noflo-browser": "^0.1.1"
},
"keywords": [],
"noflo": {
"graphs": {
"LoadConfiguration": "graphs/LoadConfiguration.json",
"main": "graphs/main.json",
"server": "graphs/server.json"
},
"components": {
"DefaultConfig": "components/DefaultConfig.coffee"
}
}
}