-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 990 Bytes
/
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
{
"name": "codemand",
"main": "./lib/codemand",
"version": "0.1.0",
"description": "A help request platform",
"keywords": [],
"repository": "https://github.com/cromaLab/voice-assist",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"angular": "~1.4",
"angular-animate": "~1.5",
"angular-moment": "^1.0.0-beta.4",
"angular-route": "~1.4",
"angular-socket-io": "~0.7",
"archiver": "0.14.x",
"atom-helpers": "~1.1",
"diff": "2.2.1",
"express": "^4.13.3",
"form-data": "1.0.0-rc3",
"fs-extra": "0.26.2",
"fs-plus": "^2.6.0",
"highlight.js": "~9.1",
"jquery": "^2.1.4",
"jquery-ui": "^1.10.5",
"jsonfile": "^2.2.3",
"less": "~2.6",
"marked": "^0.3.5",
"node-diff3": "~0.0.1",
"recordrtc": "5.1.0",
"request": "2.67.0",
"semver": "^4.3.2",
"socket.io": "^1.3.7",
"stacktrace-parser": "^0.1.3",
"temp": "^0.8.1",
"underscore": "~1.8"
}
}