-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.68 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
{
"name": "csweb-sim",
"version": "0.1.0",
"description": "CommonSense simulator web application",
"main": "server.js",
"start": "node server.js",
"author": {
"name": "Erik Vullings",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/TNOCS/csWeb"
},
"license": "MIT",
"scripts": {
"postinstall": "typings install && npm run tsc",
"tsc": "./node_modules/.bin/tsc",
"tsc:w": "./node_modules/.bin/tsc -w",
"typings": "typings",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"dependencies": {
"csweb": "^0.3.1",
"fs-extra": "^0.30.0",
"hypertimer": "^2.1.3",
"mosca": "^2.1.0",
"setprototypeof": "^1.0.1",
"winston": "^2.1.0",
"snyk": "^1.25.0"
},
"devDependencies": {
"chokidar": "^1.2.0",
"coveralls": "^2.11.4",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.8.0",
"gulp-batch": "^1.0.5",
"gulp-changed": "^1.3.0",
"gulp-concat": "~2.4.1",
"gulp-concat-css": "^2.2.0",
"gulp-cssmin": "^0.1.7",
"gulp-debug": "^2.1.2",
"gulp-exec": "^2.1.1",
"gulp-gh-pages": "^0.5.2",
"gulp-install": "~0.6.0",
"gulp-plumber": "^0.6.6",
"gulp-purifycss": "^0.2.0",
"gulp-rename": "~1.2.0",
"gulp-sass": "^2.0.4",
"gulp-tsconfig-files": "~0.1.2",
"gulp-tsd": "0.0.4",
"gulp-uglify": "^1.2.0",
"gulp-useref": "^1.1.2",
"gulp-watch": "^4.2.4",
"run-sequence": "^1.1.4",
"typescript": "^2.0.2",
"typings": "^1.3.3"
},
"bugs": {
"url": "https://github.com/TNOCS/csWeb/issues"
},
"homepage": "https://github.com/TNOCS/csWeb",
"snyk": true
}