-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 1.86 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
69
70
{
"name": "mini-pos",
"version": "0.0.1",
"description": "A Minimalist Online POS System",
"repository": {
"type": "git",
"url": "https://github.com/e-green/minipos.git"
},
"bugs": {
"url": "https://github.com/e-green/minipos/issues"
},
"scripts": {
"postinstall": "tsd reinstall --clean && tsd link && tsd rebundle && gulp postinstall",
"start": "gulp serve --env dev",
"test": "gulp test"
},
"author": "Roger Padilla <rogerpadilla>",
"license": "MIT",
"devDependencies": {
"connect-livereload": "^0.5.4",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-inject": "^3.0.0",
"gulp-inline-ng2-template": "^0.0.9",
"gulp-nodemon": "^2.0.6",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.5.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-template": "^3.1.0",
"gulp-tslint": "^4.2.2",
"gulp-tslint-stylish": "^1.1.1",
"gulp-typescript": "^2.10.0",
"gulp-uglify": "^1.5.1",
"gulp-watch": "^4.3.5",
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1",
"karma": "^0.13.16",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.3.6",
"karma-mocha-reporter": "^1.1.4",
"karma-phantomjs2-launcher": "^0.4.0",
"karma-source-map-support": "^1.1.0",
"open": "^0.0.5",
"run-sequence": "^1.1.5",
"tiny-lr": "^0.2.1",
"ts-node": "^0.5.5",
"tsd": "^0.6.5",
"tslint": "^3.2.1",
"typescript": "^1.7.5",
"typescript-register": "^1.1.0",
"yargs": "^3.31.0"
},
"dependencies": {
"angular2": "2.0.0-beta.0",
"body-parser": "^1.14.2",
"bootstrap": "^3.3.6",
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.0",
"express": "^4.13.3",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.0",
"systemjs": "^0.19.9",
"zone.js": "0.5.10"
},
"engines": {
"node": ">= 4.2.1 < 5"
}
}