-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.83 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
{
"name": "sitecues",
"version": "5.0.0",
"description": "A web app to enable sites with zoom and speech.",
"repository": {
"type": "git",
"url": "git@bitbucket.org:ai_squared/sitecues-js.git"
},
"main": "source/js/sitecues.js",
"private": true,
"engines": {
"node": "^6.2.1",
"npm": "^3.9.5"
},
"bin": "binary/web.js",
"scripts": {
"test": "node ./test/transpile-core && intern run --webdriver --config=config/intern.js",
"test-cloud": "node ./test/transpile-core && intern run --webdriver --config=config/intern-cloud.js",
"test-ci": "node ./test/transpile-core && intern run --webdriver --config=config/intern-ci.js",
"build": "make package"
},
"dependencies": {
"got": "^6.5.0",
"p-limit": "^1.0.0",
"pkg-dir": "^1.0.0"
},
"devDependencies": {
"amdclean": "^2.7.0",
"babel-core": "^6.14.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.16.0",
"chai": "^3.5.0",
"clean-css": "^3.4.9",
"closure-compiler": "^0.2.12",
"dateformat": "^1.0.12",
"del": "^2.2.2",
"delivr": "^0.4.0",
"extend": "^3.0.0",
"glob": "^7.0.6",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-amdcheck": "^1.3.2",
"gulp-check": "^0.1.1",
"gulp-cleanhtml": "^1.0.1",
"gulp-compile-handlebars": "^0.6.1",
"gulp-jshint": "^2.0.0",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-size": "^2.0.0",
"gulp-uglify": "^2.0.0",
"handlebars": "^4.0.5",
"html-minifier": "^0.8.0",
"htmlclean": "^2.7.7",
"intern": "^3.3.1",
"intern-cli": "^0.1.1",
"jshint": "^2.9.2",
"jshint-stylish": "^2.1.0",
"mkdirp": "^0.5.1",
"node-yaml": "^3.0.2",
"requirejs": "^2.1.22"
},
"keywords": [
"Ai Squared",
"sitecues",
"zoom",
"speech"
]
}