-
Notifications
You must be signed in to change notification settings - Fork 70
/
package.json
41 lines (41 loc) · 1000 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
39
40
41
{
"name": "tictactoe",
"repository": {
"type": "git",
"url": "https://github.com/yoav-zibin/TicTacToe.git"
},
"version": "1.0.0",
"devDependencies": {
"autoprefixer": "*",
"cssnano": "*",
"grunt": "*",
"grunt-cli": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-uglify": "*",
"grunt-http-server": "*",
"grunt-karma": "*",
"grunt-manifest": "*",
"grunt-postcss": "*",
"grunt-processhtml": "*",
"grunt-protractor-runner": "*",
"grunt-shell": "*",
"grunt-ts": "*",
"http-server": "*",
"jasmine-core": "*",
"karma": "*",
"karma-chrome-launcher": "*",
"karma-coverage": "*",
"karma-jasmine": "*",
"load-grunt-tasks": "*",
"typescript": "*",
"protractor": "*"
},
"scripts": {
"postinstall": "webdriver-manager update",
"prestart": "npm install",
"start": "http-server -a localhost -p 9000 -c-1",
"test": "grunt"
},
"author": "Yoav Zibin"
}