forked from andyhqtran/divi-100-article-card
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 975 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
{
"name": "divi-100-article-card",
"version": "0.0.2",
"description": "",
"main": "article-card.php",
"scripts": {
"start": "./bin/start",
"autoprefixer": "./bin/autoprefixer",
"csscomb": "./bin/csscomb",
"build": "./bin/build",
"build-css": "./bin/build-css",
"livereload": "./bin/livereload",
"watch-css": "./bin/watch-css",
"watch-scss": "./bin/watch-scss"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andyhqtran/divi-100-article-card.git"
},
"author": "Andy Tran <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/andyhqtran/divi-100-article-card/issues"
},
"homepage": "https://github.com/andyhqtran/divi-100-article-card#readme",
"devDependencies": {
"autoprefixer": "^6.3.6",
"concurrently": "^2.1.0",
"csscomb": "^3.1.8",
"livereload": "^0.4.1",
"node-sass": "^3.7.0",
"nodemon": "^1.9.2",
"postcss": "^5.0.21"
}
}