-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 931 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
{
"name": "glc",
"version": "1.0.0",
"description": "Tichaona Govere Law Chambers Website",
"main": "gulpfile.js",
"directories": {
"test": "test"
},
"scripts": {},
"keywords": [
"Tichaona",
"Govere",
"Law",
"Chambers"
],
"author": "Clive T Mawoko",
"license": "ISC",
"devDependencies": {
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.13",
"gulp-if": "^2.0.1",
"gulp-minify-html": "^1.0.6",
"gulp-protractor": "^3.0.0",
"gulp-strip-debug": "^1.1.0",
"gulp-tslint": "^6.1.3",
"gulp-typescript": "^3.1.3",
"gulp-uglify": "^2.0.0",
"gulp-useref": "^3.1.2",
"gulp-watch": "^4.3.11",
"istanbul": "^0.4.5",
"jasmine": "^2.5.2",
"karma": "^1.3.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-typescript-preprocessor": "^0.3.0",
"run-sequence": "^1.2.2",
"typescript": "^2.1.4"
}
}