-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 1.05 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
{
"name": "prjl-us-base",
"version": "0.0.1",
"description": "[![Build Status](https://travis-ci.org/laravel/framework.svg)](https://travis-ci.org/laravel/framework) [![Total Downloads](https://img.shields.io/packagist/dm/laravel/framework.svg)](https://packagist.org/packages/laravel/framework) [![Latest Version](http://img.shields.io/github/tag/laravel/framework.svg)](https://github.com/laravel/framework/releases) [![Dependency Status](https://www.versioneye.com/php/laravel:framework/badge.svg)](https://www.versioneye.com/php/laravel:framework)",
"main": "gulpfile.js",
"scripts": {
"build": "gulp",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "git@bitbucket.org:unisharp/prjl-us-base.git"
},
"author": "UniSharp Ltd.",
"license": "Proprietary",
"devDependencies": {
"gulp": "^3.6.2",
"gulp-stylus": "^1.0.2",
"gulp-watch": "^0.6.4",
"gulp-livescript": "^0.2.1",
"gulp-util": "^2.2.14",
"stylus": "0.43.1",
"nib": "~1.0.2"
},
"dependencies": {
"redis-commander": "~0.2.1"
}
}