-
Notifications
You must be signed in to change notification settings - Fork 79
/
Copy pathpackage.json
35 lines (35 loc) · 887 Bytes
/
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
{
"name": "wallop",
"version": "2.4.1",
"description": "wallop is a minimal 4kb library for showing & hiding things",
"main": "js/Wallop.js",
"scripts": {
"test": "zuul --local 9966 -- test.js",
"ci": "zuul -- test.js",
"uglify": "./node_modules/.bin/uglifyjs ./js/Wallop.js -o ./js/Wallop.min.js --comments -m -c ",
"build": "npm run uglify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peduarte/wallop.git"
},
"keywords": [
"slider",
"css",
"js",
"minimal",
"responsive",
"wallop"
],
"author": "Pedro Duarte <[email protected]> (http://pedroduarte.me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/peduarte/wallop/issues"
},
"homepage": "http://pedroduarte.me/wallop",
"devDependencies": {
"tape": "^4.2.0",
"uglify-js": "^2.4.24",
"zuul": "^3.3.0"
}
}