-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.03 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
39
40
41
42
43
{
"name": "angular-transfer-box",
"version": "1.4.0",
"description": "Angular Directive for Component Tranfer in antd",
"main": "index.js",
"scripts": {
"test": "npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sudazx/angular-transfer-box.git"
},
"keywords": [
"angular",
"transfer"
],
"author": "Zero",
"license": "ISC",
"bugs": {
"url": "https://github.com/sudazx/angular-transfer-box/issues"
},
"homepage": "https://github.com/sudazx/angular-transfer-box#readme",
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.5.2",
"gulp-jshint": "^2.0.1",
"gulp-less": "^3.1.0",
"gulp-load-plugins": "^1.3.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.4",
"gulp-size": "^2.1.0",
"gulp-uglify": "^1.5.3",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0"
},
"dependencies": {
"angular": "^1.5.8",
"reset.css": "^2.0.2"
}
}