-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.12 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
46
47
48
49
{
"name": "noflo-irc",
"description": "IRC client components for noflo.",
"version": "0.1.0",
"author": {
"name": "Alfredo Consebola",
"email": "sistemas.alfredo@gmail.com",
"url": "http://flowbased.tk"
},
"repository": {
"type": "git",
"url": "git://github.com/alfa256/noflo-irc.git"
},
"licenses": [
{
"type": "MIT",
"url": "undefined/blob/master/LICENSE-MIT"
}
],
"scripts": {
"test": "grunt test"
},
"dependencies": {
"noflo": "~0.5.22",
"irc": "^0.4.1",
"noflo-core": "~0.1.14",
"noflo-objects": "~0.1.12"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-coffee": "~1.0.0",
"grunt-coffeelint": "~0.0.15",
"grunt-cafe-mocha": "~0.1.13",
"chai": "~3.5.0",
"mocha": "~2.4.5",
"grunt-mocha-phantomjs": "~3.0.0",
"grunt-contrib-uglify": "~1.0.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-noflo-manifest": "~0.1.11",
"grunt-noflo-browser": "^0.1.11"
},
"keywords": [],
"noflo": {
"components": {
"Client": "components/Client.coffee",
"GetValue": "components/GetValue.coffee"
}
}
}