File size: 805 Bytes
07c3cdd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "processmaker-builder",
  "version": "1.0.0",
  "description": "The gulp task runner for ProcessMaker building",
  "main": "gulpfile.js",
  "directories": {
    "doc": "docs",
    "test": "tests"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@bitbucket.org/duhnnie/processmaker.git"
  },
  "author": "ProcessMaker",
  "license": "ISC",
  "homepage": "https://bitbucket.org/duhnnie/processmaker#readme",
  "devDependencies": {
    "gulp": "^3.9.1"
  },
  "dependencies": {
    "del": "^2.2.1",
    "gulp-chmod": "^1.3.0",
    "gulp-concat": "^2.6.0",
    "gulp-exec": "^2.1.2",
    "gulp-rename": "^1.2.2",
    "gulp-replace": "^0.5.4",
    "replace": "^0.3.0",
    "underscore": "^1.8.3"
  }
}