-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 1.81 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "sensebase",
"id": "sensebase",
"version": "0.0.4",
"description": "SenseBase basis for workgroup annotation.",
"dependencies": {
"Sentimental": "0.0.4",
"cheerio": "~0.13.1",
"colors": "~1.0.3",
"connect-flash": "^0.1.1",
"csvtojson": "^0.3.14",
"deep-diff": "^0.3.0",
"es": "^0.4.4",
"express": "3.4.x",
"express-flash": "0.0.2",
"express-namespace": "^0.1.1",
"faye": "1.0.x",
"feedparser": "~0.19.2",
"filter-proxy": "0.0.6",
"forever": "^0.11.1",
"jquery": "2.1.x",
"later": "^1.1.6",
"lodash": "~2.4.1",
"nodemailer": "^1.3.0",
"nodemw": "^0.3.16",
"passport": "0.2.x",
"passport-local": "0.1.x",
"pullquoter": "0.0.2",
"querystring": "0.2.x",
"react": "~0.11.1",
"reactify": "~0.14.0",
"request": "^2.46.0",
"tldjs": "^1.5.0",
"unfluff": "~0.2.0",
"winston": "~0.7.2",
"xml2js": "^0.4.2"
},
"main": "index.js",
"devDependencies": {
"expect.js": "~0.2.0",
"grunt": "0.4.x",
"grunt-browserify": "^2.1.4",
"grunt-contrib-concat": "0.1.3",
"grunt-contrib-cssmin": "0.6.1",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "0.5.3",
"grunt-develop": "0.3.x",
"grunt-docker": "latest",
"grunt-execute": "~0.2.2",
"grunt-includes": "0.4.x",
"grunt-mocha-test": "~0.8.2",
"grunt-plato": "~0.2.1",
"jshint": "~2.4.3",
"mocha": "~1.12.0"
},
"scripts": {
"test": "mocha test",
"start": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/Vid/SenseBase"
},
"keywords": [
"workgroup",
"browser",
"proxy",
"search",
"annotation"
],
"author": "Vid",
"license": "MIT",
"bugs": {
"url": "https://github.com/Vid/SenseBase/issues"
}
}