-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 963 Bytes
/
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
{
"name": "Poker",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Acaisoft/PokerTutorial"
},
"author": "Acaisoft",
"license": "MIT",
"bugs": {
"url": "https://github.com/Acaisoft/PokerTutorial/issues"
},
"homepage": "https://github.com/Acaisoft/PokerTutorial",
"dependencies": {
"angular": "^1.4.8",
"angular-ui-router": "^0.2.15",
"gulp-sourcemaps": "^1.6.0",
"jquery": "^2.1.4",
"sockjs": "^0.3.15",
"body-parser": "^1.14.0",
"express": "^4.13.3",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-minify-html": "^1.0.4",
"gulp-ng-annotate": "^1.1.0",
"gulp-ng-html2js": "^0.2.0",
"gulp-sass": "^2.0.4",
"gulp-typescript": "^2.9.0",
"gulp-uglify": "^1.4.1",
"http-proxy": "^1.11.2",
"path": "^0.12.7"
}
}