forked from pratikborsadiya/vali-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 849 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
{
"name": "vali-admin",
"version": "3.0.0",
"description": "An admin theme built with Bootstrap, sass and PugJs",
"devDependencies": {
"autoprefixer": "^9.7.4",
"grunt": "^1.0.4",
"grunt-contrib-pug": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^3.1.0",
"node-sass": "^4.13.1"
},
"scripts": {
"dev": "grunt watch",
"build": "grunt build --verbose",
"start": "node node-dev-server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pratikborsadiya/vali-admin.git"
},
"keywords": [
"admin",
"dashboard",
"theme"
],
"author": "Pratik Borsadiya",
"license": "MIT",
"bugs": {
"url": "https://github.com/pratikborsadiya/vali-admin/issues"
},
"homepage": "http://pratikborsadiya.in/blog/vali-admin"
}