-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.12 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.12 KB
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
{
"name": "uxrocket.factory",
"version": "1.0.0-alpha3",
"description": "UX Rocket Plugin Factory",
"main": "src/uxrocket.factory.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git@github.com:uxrocket/uxrocket.factory.git"
},
"keywords": [
"plugin factory",
"jquery plugin"
],
"author": "Bilal Çınarlı <bcinarli@gmail.com> (https://github.com/bcinarli)",
"contributors": [
{
"name": "Rameş Aliyev",
"email": "ramesaliyev@gmail.com",
"url": "https://github.com/ramesaliyev"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/uxrocket/uxrocket.factory/issues"
},
"homepage": "https://github.com/uxrocket/uxrocket.factory",
"dependencies": {
"jquery": "^2.1.14"
},
"devDependencies": {
"chai": "^3.2.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-header": "^1.7.1",
"gulp-jshint": "^1.11.2",
"gulp-load-plugins": "^0.10.0",
"gulp-mocha-phantomjs": "^0.10.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.4.0",
"mocha": "^2.3.0"
}
}