-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
31 lines (31 loc) · 932 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
{
"name": "sonidoslibres",
"version": "1.0.0",
"description": "[ ![Codeship Status for UAMISO4101/borderlandsoft201620](https://codeship.com/projects/a4929710-8204-0134-53cf-2ebb60898159/status?branch=development)](https://codeship.com/projects/182369)",
"main": "index.js",
"engines": {
"node": "4.6.0"
},
"scripts": {
"postinstall": "bower install && grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BorderlandSoft/SonidosLibres.git"
},
"author": "Jorge Castro",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/BorderlandSoft/SonidosLibres/issues"
},
"homepage": "https://github.com/BorderlandSoft/SonidosLibres#readme",
"dependencies": {
"bower": "^1.7.9",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-sass": "^1.2.1",
"load-grunt-tasks": "^3.5.2"
},
"devDependencies": {}
}