-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
31 lines (31 loc) · 840 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": "cloudbot-workflow",
"version": "1.0.0",
"description": "Cloudbot with workflow",
"repository": {
"type": "git",
"url": "git+https://github.com/pshingavi/cloudbot-workflow.git"
},
"author": "Preetam Shingavi",
"license": "ISC",
"bugs": {
"url": "https://github.com/pshingavi/cloudbot-workflow/issues"
},
"homepage": "https://github.com/pshingavi/cloudbot-workflow#readme",
"dependencies": {
"angular": "^1.4.1",
"angular-ui-router": "^0.2.15",
"bower": "^1.4.1",
"browserify": "^10.2.4",
"gulp": "^3.9.0",
"gulp-browserify": "^0.5.1",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-jshint": "^1.11.1",
"gulp-minify-css": "^1.2.0",
"gulp-rimraf": "^0.1.1",
"gulp-uglify": "^1.2.0",
"rimraf": "^2.4.1"
}
}