-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
59 lines (59 loc) · 1.96 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
{
"name": "taptype",
"version": "0.1.0",
"description": "Prototype of text coding for mobile",
"main": "app/index.js",
"scripts": {
"start": "http-server -p 80 ./www",
"serve": "polymer serve",
"bower-setup": "rm -rf bower_components && bower cache clean && bower i",
"test": "cucumber-js tests",
"build": "gulp build",
"deploy-staging": "kart archive www -a releases.kano.me -r . --channel staging --name tapcode --release",
"deploy-rc": "kart archive www -a releases.kano.me -r . --channel rc --name tapcode --release",
"deploy-production": "kart archive www -a releases.kano.me -r . --channel production --name tapcode"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KanoComputing/taptype.git"
},
"author": "Viktor Dorozsmai <[email protected]>",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/KanoComputing/taptype/issues"
},
"homepage": "https://github.com/KanoComputing/taptype#readme",
"dependencies": {
"babel-core": "^6.26.0",
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"babel-preset-es2015": "^6.24.1",
"connect": "^3.6.3",
"connect-history-api-fallback": "^1.3.0",
"css-slam": "^2.0.2",
"cucumber": "^3.0.1",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer-html": "^1.0.1",
"gulp-babel": "^7.0.0",
"gulp-clean": "^0.3.2",
"gulp-crisper": "^1.1.0",
"gulp-html-minifier": "^0.1.8",
"gulp-html-replace": "^1.6.2",
"gulp-if": "^2.0.2",
"gulp-strip-comments": "^2.5.1",
"gulp-uglify-es": "^0.1.3",
"gulp-util": "^3.0.8",
"http-server": "^0.10.0",
"istanbul-lib-coverage": "^1.1.1",
"istanbul-lib-instrument": "^1.8.0",
"istanbul-lib-report": "^1.1.1",
"istanbul-reports": "^1.1.2",
"kart": "^0.3.3",
"merge-stream": "^1.0.1",
"polymer-build": "^2.0.0",
"polymer-cli": "^1.5.7",
"selenium-webdriver": "^3.5.0",
"serve-static": "^1.12.4",
"should": "^13.0.0"
}
}