-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.01 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
29
30
31
32
33
34
35
36
37
38
{
"name": "@sinet/core-component",
"version": "1.0.7",
"description": "Contains common core files for sinet angular components",
"files": [
"dist/"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sinet/core-component.git"
},
"author": "(c) School-Improvement-Network",
"license": "(c) School-Improvement-Network",
"bugs": {
"url": "https://github.com/sinet/core-component/issues"
},
"homepage": "https://github.com/sinet/core-component#readme",
"dependencies": {
"gulp": "3.9.1",
"gulp-bump": "^2.7.0",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^2.3.0",
"gulp-git": "^2.4.0",
"gulp-less": "^3.3.0",
"gulp-minify-css": "^1.2.4",
"gulp-ng-annotate": "^2.0.0",
"gulp-protractor": "^4.1.0",
"gulp-uglify": "^3.0.0",
"gulp-wrap-js": "^0.4.1",
"run-sequence": "^1.2.2",
"yargs": "^8.0.1"
}
}