-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 997 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
{
"name": "ipmedt2",
"version": "1.0.0",
"description": "Gulp Starter with Less",
"main": " ",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scotch-io/gulp-and-less-starter-kit.git"
},
"author": "Nicholas Cerminara",
"license": "MIT",
"devDependencies": {
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.1.0",
"gulp-concat": "^2.4.3",
"gulp-cssmin": "^0.1.6",
"gulp-jshint": "^1.9.2",
"gulp-less": "3.0.1",
"gulp-load-plugins": "^0.8.0",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.3",
"jshint-stylish": "^1.0.0"
},
"bugs": {
"url": "https://github.com/scotch-io/gulp-and-less-starter-kit/issues"
},
"homepage": "https://github.com/scotch-io/gulp-and-less-starter-kit#readme",
"keywords": [
"ipmedt2",
"hs",
"leiden"
]
}