forked from nagoshiashumari/Rpg-Awesome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.02 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
{
"name": "@opendominion/rpg-awesome",
"style": "css/rpg-awesome.css",
"sass": "scss/rpg-awesome.scss",
"version": "0.0.17",
"repository": {
"type": "git",
"url": "git://github.com/OpenDominion/Rpg-Awesome.git"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^1.4.3",
"grunt-contrib-cssmin": "~0.11.0",
"grunt-contrib-sass": "~0.8.1",
"grunt-scss-lint": "^0.3.8"
},
"scripts": {
"build": "grunt",
"test": "grunt scsslint"
},
"description": "RPG Awesome is a suite of pictographic, rpg and fantasy themes icons for easy scalable vector graphics on websites, created and maintained by [Daniela Howe](https://github.com/nagoshiashumari) and [Ivan Montiel](http://github.com/idmontie).",
"bugs": {
"url": "https://github.com/OpenDominion/Rpg-Awesome/issues"
},
"homepage": "https://github.com/OpenDominion/Rpg-Awesome#readme",
"main": "Gruntfile.js",
"author": "",
"license": "BSD",
"dependencies": {
"grunt-sass": "^3.1.0",
"node-sass": "^8.0.0"
}
}