-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·61 lines (61 loc) · 1.49 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "uxrocket.dialog",
"version": "0.4.2",
"description": "jQuery based Dialog plugin",
"main": "lib/uxrocket.dialog.js",
"directories": {
"example": "example",
"test": "test"
},
"dependencies": {
"gulp": "^3.9.0",
"chai": "^3.3.0",
"gulp-header": "^1.7.1",
"gulp-csslint": "^0.2.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-mocha-phantomjs": "^0.10.1",
"gulp-jshint": "^1.11.2",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"jquery": "^2.1.4",
"phantomjs": "^1.9.18"
},
"devDependencies": {
"chai": "^3.3.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-csslint": "^0.2.0",
"gulp-header": "^1.7.1",
"gulp-jshint": "^1.11.2",
"gulp-mocha-phantomjs": "^0.10.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"mocha": "^2.3.3",
"phantomjs": "^1.9.18"
},
"scripts": {
"test": "gulp mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uxrocket/uxrocket.dialog.git"
},
"keywords": [
"jQuery",
"uxrocket",
"dialog"
],
"author": "Bilal Cinarli <[email protected]>",
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/uxrocket/uxrocket.dialog/issues"
},
"homepage": "https://github.com/uxrocket/uxrocket.dialog#readme"
}