-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 965 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
32
33
{
"name": "angular-sequence-diagram",
"description": "angular-sequence-diagram ================",
"main": "angular-sequence-diagram.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "./node_modules/gulp/bin/gulp.js"
},
"repository": {
"type": "git",
"url": "https://github.com/atomita/angular-sequence-diagram.git"
},
"author": "atomita",
"license": "MIT",
"bugs": {
"url": "https://github.com/atomita/angular-sequence-diagram/issues"
},
"homepage": "https://github.com/atomita/angular-sequence-diagram",
"devDependencies": {
"coffee-script": "^1.8.0",
"gulp": "^3.8.10",
"gulp-coffee": "^2.2.0",
"gulp-coffeelint": "^0.4.0",
"gulp-concat": "^2.4.2",
"gulp-load-plugins": "^0.8.0",
"gulp-newer": "^0.5.0",
"gulp-notify": "^2.1.0",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.2",
"gulp-watch": "^3.0.0"
}
}