forked from microsoft/TypeSearch
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 970 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
{
"name": "tsdm",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "node node_modules/gulp/bin/gulp.js build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/es6-promise": "0.0.28",
"@types/fs-extra": "0.0.28",
"@types/tmp": "0.0.27",
"fs-extra": "^0.30.0",
"jquery": "^2.2.2",
"tmp": "0.0.28",
"typeahead.js": "^0.11.1"
},
"devDependencies": {
"@types/del": "^2.2.30",
"@types/gulp": "^3.8.28",
"@types/gulp-typescript": "0.0.28",
"@types/jquery": "^1.10.27",
"@types/merge-stream": "^1.0.27",
"@types/run-sequence": "0.0.27",
"@types/typeahead": "^0.11.26",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-typescript": "^2.13.6",
"http-server": "^0.9.0",
"merge-stream": "^1.0.0",
"run-sequence": "^1.2.2",
"ts-node": "^0.9.3",
"typescript": "^2.0.0"
}
}