-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.42 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
52
53
54
55
56
57
{
"name": "mdcolorpicker",
"version": "0.1.0",
"description": "",
"homepage": "https://github.com/fraina/mdcolorpicker",
"author": {
"name": "Fraina",
"email": "jscaem@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/fraina/mdcolorpicker.git"
},
"main": "gulpfile.coffee",
"dependencies": {
"browser-sync": "^2.0.1",
"coffee-script": "^1.9.0",
"del": "^1.1.1",
"eazy-logger": "^2.1.1",
"gulp": "^3.8.11",
"gulp-bower-src": "^0.1.0",
"gulp-changed": "^1.1.1",
"gulp-coffee": "^2.3.1",
"gulp-coffeelint": "^0.4.0",
"gulp-compass": "^2.0.3",
"gulp-eslint": "^0.4.2",
"gulp-filter": "^2.0.1",
"gulp-gh-pages": "^0.4.0",
"gulp-htmlmin": "^1.1.0",
"gulp-jade": "^0.11.0",
"gulp-load-plugins": "^0.8.0",
"gulp-marked": "^1.0.0",
"gulp-remarkable": "^1.1.2",
"gulp-requirejs": "^0.1.3",
"gulp-rev-mtime": "0.0.4",
"gulp-sourcemaps": "^1.3.0",
"gulp-stylus": "^2.0.0",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.3",
"nib": "^1.1.0",
"require-dir": "^0.1.0",
"run-sequence": "^1.0.2"
},
"devDependencies": {
"body-parser": "^1.11.0",
"browser-sync-spa": "^1.0.1",
"express": "^4.11.2",
"gulp-bump": "^0.1.13",
"gulp-docco": "0.0.4",
"gulp-todo": "^2.4.0",
"mockjs": "^0.1.4",
"portscanner": "^1.0.0"
},
"scripts": {
"postinstall": "bower install"
}
}