-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 1.79 KB
/
Copy pathpackage.json
File metadata and controls
79 lines (79 loc) · 1.79 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
73
74
75
76
77
78
79
{
"name": "mean_gulp_tasks",
"version": "1.0.0",
"description": "gulp task practice in MEAN",
"main": "gulpfile.js",
"dependencies": {
"async": "^0.9.0",
"cookie": "^0.2.2",
"cookie-parser": "^1.4.0",
"chalk": "^1.0.0",
"cross-spawn": "^0.2.3",
"dargs": "^4.0.0",
"ejs": "^2.3.4",
"express": "^4.13.3",
"grunt": "^0.4.5",
"grunt-contrib-sass": "^0.9.2",
"gulp": "^3.9.0",
"gulp-nodemon": "^2.0.4",
"gulp-rimraf": "^0.1.1",
"gulp-sass": "^2.0.4",
"gulp-typescript": "^2.9.0",
"path-to-regexp": "^1.2.1",
"tsd": "^0.6.4",
"typescript": "^1.6.2",
"which": "^1.0.5"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-internal": "^0.4.10",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-nodeunit": "^0.4.1"
},
"contributors":
{
"name": "Rida Sarwar Bilgrami",
"url": "https://github.com/RidaRidss"
},
"scripts": {
"test": "\"echo \\\\\\\\\\\\\\\"Error: no test specified\\\\\\\\\\\\\\\" && exit 1\\\\\\\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/RidaRidss/MEAN_Gulp_Tasks.git"
},
"keywords": [
"express",
"ejs",
"gulp",
"gulp-typescript",
"gulp-sass",
"gulp-nodemon",
"gulp-rimraf",
"cookie",
"cookie-parser",
"path-to-regexp",
"gruntplugin",
"scss",
"sass",
"css",
"compile",
"preprocessor",
"style",
"Nodejs",
"grunt",
"typescript"
],
"engines": {
"node": ">=v0.12.7",
"express": ">=4.13.3"
},
"author": "Rida Bilgrami",
"license": "ISC",
"bugs": {
"url": "https://github.com/RidaRidss/MEAN_Gulp_Tasks/issues"
},
"homepage": "https://github.com/RidaRidss/MEAN_Gulp_Tasks#readme"
}