-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 933 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
40
41
42
43
44
45
{
"author": "Dança.com",
"bugs": {
"url": "https://github.com/dancacom/guide/issues"
},
"dependencies": {
"bourbon-neat": "^2.1.0"
},
"devDependencies": {
"browser-sync": "2.23.1",
"gulp": "3.9.1",
"gulp-autoprefixer": "4.1.0",
"gulp-clean-css": "3.9.2",
"gulp-imagemin": "4.0.0",
"gulp-livereload": "3.8.1",
"gulp-sass": "3.1.0",
"run-sequence": "2.2.0"
},
"description": "Dança.com - Styleguide",
"homepage": "https://github.com/dancacom/guide#readme",
"keywords": [
"component",
"css",
"danca.com",
"dança.com",
"danca",
"dança",
"dance",
"html",
"js",
"styleguide"
],
"license": "MIT",
"main": "index.html",
"name": "danca-guide",
"repository": {
"type": "git",
"url": "git+https://github.com/dancacom/guide.git"
},
"scripts": {
"build": "gulp build",
"dev": "gulp"
},
"version": "0.47.0"
}