-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
63 lines (63 loc) · 1.99 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
{
"name": "draw",
"version": "1.2.0",
"description": "App to learn programming using a basic CoffeeScript drawing API",
"main": "index.js",
"scripts": {
"serve": "kash run web .",
"watch": "gulp watch",
"build": "gulp",
"bundle": "./bundle",
"lint": "eslint",
"test": "./node_modules/.bin/mocha test/**/*",
"rollup": "rollup",
"kash": "kash",
"kart": "kart",
"build:web": "kash build web . -o out/www",
"build:uwp": "yarn build && kash build uwp . -o out",
"find-app:uwp": "node ./utils/find-app.js",
"update-kash": "yarn add --dev @kano/kit-app-shell-cli @kano/kit-app-shell-web @kano/kit-app-shell-uwp"
},
"author": "Kano Computing",
"repository": {
"type": "git",
"url": "https://github.com/KanoComputing/make-art"
},
"license": "MIT",
"dependencies": {
"@kano/api-client": "^3.4.18",
"@kano/telemetry": "^1.0.2",
"angular": "^1.7.8",
"angular-route": "^1.7.8",
"coffeescript": "^2.4.1",
"marked": "^0.6.2"
},
"devDependencies": {
"@kano/eslint-config": "^1.0.1",
"@kano/kit-app-shell-cli": "^0.0.3-alpha.64",
"@kano/kit-app-shell-uwp": "^0.0.3-alpha.64",
"@kano/kit-app-shell-web": "^0.0.3-alpha.64",
"@types/ace": "0.0.42",
"@types/angular": "^1.6.54",
"api-service": "^1.0.8",
"babel-eslint": "^10.0.1",
"chai": "3.2.x",
"del": "1.1.1",
"eslint": "^5.16.0",
"fast-glob": "^2.2.6",
"griddy": "0.0.x",
"gulp": "3.9.1",
"gulp-html-i18n": "0.3.4",
"gulp-jade": "0.4.2",
"gulp-livereload": "1.2.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-rename": "~0.2.x",
"gulp-stylus": "2.7.0",
"gulp-uglify": "^2.1.2",
"kart": "^0.9.2",
"lodash": "^4.17.11",
"mocha": "2.3.x",
"nib": "^1.1.2",
"tiny-lr": "0.0.9"
}
}