-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.99 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.99 KB
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
71
72
{
"name": "simplr-gulp",
"version": "3.0.0-beta.7",
"description": "Fully functional gulpfile.js implementation. Tailored for Single Page Application. Written in TypeScript.",
"keywords": [
"gulp",
"simplr",
"simplr-gulp",
"typescript",
"jspm",
"rollup",
"tslint",
"typings",
"gulpconfig"
],
"author": "Giedrius Grabauskas <giedrius@quatrodev.com> (https://github.com/GiedriusGrabauskas)",
"contributors": [
"Dovydas Navickas <dovydas@quatrodev.com> (https://github.com/DovydasNavickas)",
"Martynas Žilinskas <martynas@quatrodev.com> (https://github.com/MartynasZilinskas)"
],
"main": "dist/main.js",
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc -p .",
"test": "tsc -p . --noEmit && echo Test completed."
},
"bugs": "https://github.com/QuatroCode/simplr-gulp/issues",
"repository": "QuatroCode/simplr-gulp",
"homepage": "https://github.com/QuatroCode/simplr-gulp",
"license": "AGPL-3.0",
"files": [
"dist",
"*.md"
],
"devDependencies": {
"@types/connect-livereload": "^0.5.31",
"@types/express": "^4.11.1",
"@types/gulp-cached": "0.0.31",
"@types/gulp-util": "^3.0.30",
"@types/mz": "0.0.32",
"@types/node": "^9.4.0",
"npm-check-updates": "^2.14.0",
"simplr-tslint": "0.0.1",
"tslint": "5.9.1",
"typescript": "^2.7.1"
},
"dependencies": {
"@types/gulp": "^4.0.5",
"connect-livereload": "^0.6.0",
"express": "^4.14.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "^4.1.0",
"gulp-cached": "^1.1.1",
"gulp-clean-css": "^3.9.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-tslint": "^8.1.2",
"gulp-typescript": "^3.1.4",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"jspm": "0.17.0-beta.25",
"multi-glob": "^1.0.1",
"mz": "^2.6.0",
"rimraf": "^2.5.4",
"through2": "^2.0.1",
"tiny-lr": "^1.1.0",
"tsconfig-lint": "^0.12.0"
},
"engines": {
"node": ">=6.0.0"
}
}