-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.29 KB
/
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
42
43
44
45
46
47
48
49
50
51
{
"name": "vs-sass-project",
"version": "1.0.0",
"description": "A Template project for using Sass and Gulp in visual studio with NodeJS, Sassdoc, Jade and Boostrap-sass",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Darrenbydesign/VS-Sass-Projects.git"
},
"keywords": [
"NodeJS",
"Sass",
"Sassdoc",
"Boostrap",
"Template",
"Visual Studio",
"Typescript",
"Browser-Sync",
"Boostrap-sass"
],
"author": "Darren Sorrels",
"license": "ISC",
"bugs": {
"url": "https://github.com/Darrenbydesign/VS-Sass-Projects/issues"
},
"homepage": "https://github.com/Darrenbydesign/VS-Sass-Projects#readme",
"devDependencies": {
"browser-sync": "^2.10.0",
"del": "^2.2.0",
"dss": "^1.0.4",
"gulp": "^3.9.0",
"gulp-cache": "^0.4.1",
"gulp-imagemin": "^2.4.0",
"gulp-jade": "^1.1.0",
"gulp-kss": "0.0.2",
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-typescript": "^2.10.0",
"gulp-util": "^3.0.7",
"jade": "^1.11.0",
"kss": "^2.3.1",
"run-sequence": "^1.1.5",
"sassdoc": "^2.1.15",
"sassdoc-theme-flippant": "^0.1.0",
"tsd": "^0.6.5",
"typescript": "^1.7.3"
}
}