forked from arendjr/selectivity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.2 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": "selectivity",
"desc": "Modular and light-weight selection library for jQuery and Zepto.js",
"version": "2.1.0",
"repository": {
"type": "git",
"url": "git://github.com/arendjr/selectivity.git"
},
"scripts": {
"build-min": "gulp --bundle-name=full --minify",
"build-source": "gulp --bundle-name=full --derequire",
"build": "npm run build-source && npm run build-min",
"test": "gulp eslint && gulp unit-tests"
},
"devDependencies": {
"browser-sync": "^2.10.0",
"browserify": "^7.1.0",
"bundle-collapser": "^1.1.0",
"eslint": "^1.10.3",
"glob": "^4.3.2",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.3.1",
"gulp-concat": "^2.4.3",
"gulp-csso": "^1.0.0",
"gulp-derequire": "^2.0.0",
"gulp-eslint": "^1.1.1",
"gulp-header": "^1.7.1",
"gulp-if": "^1.2.5",
"gulp-nodeunit": "0.0.5",
"gulp-replace": "^0.5.0",
"gulp-ruby-sass": "~1.0.1",
"gulp-uglify": "^1.0.2",
"gulp-util": "^3.0.1",
"jsdom": "^2.0.0",
"lodash": "^3.10.1",
"proxyquire": "^1.3.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"yargs": "^3.30.0"
},
"license": "MIT",
"main": "dist/selectivity-full"
}