-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 864 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 864 Bytes
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
{
"name": "angular-wt-genius",
"version": "1.1.8",
"description": "Worktile/Lesschat front end util. ## wt-genius-notify ## wt-genius-localData ## wt-genius-validatorName",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/WorktileTech/angular-wt-genius.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/WorktileTech/angular-wt-genius/issues"
},
"homepage": "https://github.com/WorktileTech/angular-wt-genius",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-changed": "^1.3.0",
"gulp-concat": "^2.6.0",
"gulp-less": "^3.0.3",
"gulp-plumber": "^1.0.1",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"gulp-umd": "^0.2.1"
}
}