This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
70 lines (70 loc) · 1.69 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
62
63
64
65
66
67
68
69
70
{
"name": "laroux.js",
"version": "2.2.1",
"description": "A jquery substitute for modern browsers",
"keywords": [
"laroux",
"larouxjs",
"laroux.js",
"jquery",
"substitute",
"dom",
"css",
"helpers",
"ajax"
],
"author": "Eser Ozvataf",
"homepage": "https://eserozvataf.github.io/laroux.js",
"bugs": {
"url": "https://github.com/eserozvataf/laroux.js/issues",
"email": "eser@ozvataf.com"
},
"license": "Apache-2.0",
"contributors": [
{
"name": "Eser Ozvataf",
"email": "eser@ozvataf.com",
"url": "http://eser.ozvataf.com/"
}
],
"main": "build/dist/web/laroux.js",
"repository": {
"type": "git",
"url": "https://github.com/eserozvataf/laroux.js.git"
},
"devDependencies": {
"browserify": "~13.1.1",
"coveralls": "~2.11.14",
"del": "^1.1.1",
"gulp": "~3.9.1",
"gulp-add-src": "~0.2.0",
"gulp-babel": "~6.1.2",
"gulp-clean-css": "~2.0.13",
"gulp-concat": "~2.6.0",
"gulp-csscomb": "~3.0.8",
"gulp-csslint": "~1.0.0",
"gulp-eol": "~0.1.2",
"gulp-eslint": "^3.0.1",
"gulp-header": "~1.8.8",
"gulp-karma": "~0.0.5",
"gulp-less": "~3.2.0",
"gulp-notify": "~2.2.0",
"gulp-preprocess": "~2.0.0",
"gulp-rename": "~1.2.2",
"gulp-sourcemaps": "~2.2.0",
"gulp-uglify": "~2.0.0",
"gulp-util": "~3.0.7",
"jasmine-core": "~2.5.2",
"karma": "~1.3.0",
"karma-coverage": "~1.1.1",
"karma-jasmine": "~1.0.2",
"karma-phantomjs-launcher": "~1.0.2",
"path": "~0.12.7",
"pretty-hrtime": "~1.0.3",
"require-dir": "~0.3.1",
"vinyl-buffer": "~1.0.0",
"vinyl-source-stream": "~1.1.0"
},
"dependencies": {},
"scripts": {}
}