-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
96 lines (96 loc) · 2.58 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "pipe",
"version": "0.0.1",
"description": "",
"main": "",
"scripts": {
"test": "mocha test/index.ls --compilers ls:livescript",
"configure": "cp config.ls.template config.ls",
"build": "gulp build",
"start": "lsc server.ls"
},
"author": "",
"license": "ISC",
"dependencies": {
"JSONStream": "^1.0.4",
"MD5": "^1.2.1",
"async": "^0.9.0",
"async-ls": "0.0.3",
"base62": "^1.1.0",
"bluebird": "^2.9.30",
"body-parser": "^1.12.4",
"brace": "git+https://github.com/furqanZafar/brace.git",
"busboy": "^0.2.9",
"cheerio": "^0.18.0",
"clipboard": "^1.4.0",
"cookie-parser": "^1.3.4",
"cors": "^2.7.1",
"csv-parse": "^1.0.0",
"d3": "^3.5.12",
"ejs": "^2.3.1",
"elasticsearch": "^10.0.1",
"express": "^4.12.2",
"highland": "^2.5.1",
"hiredis": "^0.4.1",
"history": "^1.13.0",
"jquery-browserify": "^1.8.1",
"jsdifflib": "^1.1.0",
"keymaster": "git+https://github.com/furqanZafar/keymaster",
"mkdirp": "^0.5.0",
"moment": "^2.10.0",
"mongodb": "^1.4.34",
"mssql": "^2.1.5",
"mysql": "^2.7.0",
"notifyjs": "^1.2.5",
"pg": "^4.4.0",
"phantom": "^2.0.0-alpha.4",
"pipe-transformation": "^2.0.0",
"pipe-web-client": "^3.2.0",
"pipend-spy": "^0.1.0",
"prelude-extension": "^0.0.13",
"prelude-ls": "^1.1.1",
"react": "^0.14.4",
"react-ace": "^1.1.5",
"react-addons-css-transition-group": "^0.14.6",
"react-addons-shallow-compare": "^0.14.7",
"react-dom": "^0.14.4",
"react-router": "^1.0.0",
"react-selectize": "^2.0.0",
"redis": "^2.4.2",
"request": "^2.54.0",
"rx": "^4.0.0",
"sentiment": "^1.0.2",
"serve-favicon": "^2.3.0",
"sharepoint-client": "0.0.1",
"shelljs": "^0.5.1",
"socket.io": "^1.3.5",
"socket.io-client": "^1.3.5",
"spy-web-client": "0.0.2",
"sqlite-parser": "^0.10.2",
"transpilation": "^1.0.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"browserify": "^9.0.3",
"gulp": "^3.9.0",
"gulp-browserify": "^0.5.1",
"gulp-callback": "0.0.3",
"gulp-if": "^1.2.5",
"gulp-livescript": "^2.3.0",
"gulp-nodemon": "^2.0.2",
"gulp-react": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-streamify": "0.0.5",
"gulp-stylus": "^2.0.1",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"jsdom": "^3.1.2",
"liveify": "^2.0.0",
"livescript": "^1.4.0",
"nib": "^1.1.0",
"react-addons-create-fragment": "^0.14.0",
"run-sequence": "^1.0.2",
"vinyl-source-stream": "^1.1.0",
"watchify": "^2.6.0"
}
}