-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.51 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
{
"name": "mn-backdrop",
"version": "0.0.5",
"main": "dist/mn-backdrop.js",
"files": [
"dist"
],
"description": "a backdrop layer to be used in lightbox components",
"scripts": {
"start": "scripts/start.sh",
"bundle": "scripts/bundle.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"backdrop",
"layer",
"lightbox",
"mn-backdrop",
"minimalist"
],
"author": "Darlan Mendonça <[email protected]> (https://github.com/darlanmendonca)",
"license": "MIT",
"homepage": "https://minimalist-components.github.io/mn-backdrop",
"repository": {
"type": "git",
"url": "https://github.com/minimalist-components/mn-backdrop.git"
},
"bugs": {
"url": "https://github.com/minimalist-components/mn-backdrop/issues"
},
"dependencies": {
"open-color": "^1.4.2"
},
"devDependencies": {
"babel-preset-es2015": "^6.16.0",
"browser-sync": "^2.14.0",
"compression": "^1.6.2",
"eslint-config-mn-component": "^1.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^2.3.2",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^3.0.1",
"gulp-jade": "^1.1.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.0.0",
"gulp-sourcemaps": "^2.3.1",
"gulp-uglify": "^2.0.0",
"mn-button": "0.0.4",
"mn-gh-page": "git+https://github.com/minimalist-components/gh-page.git",
"package-files": "0.0.4",
"require-all": "^2.0.0"
}
}