-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 967 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
{
"name": "really-responsive-tables",
"version": "0.2.0",
"description": "Really Responsive Tables",
"main": "app.js",
"scripts": {
"scss-expanded": "node-sass sass/really-responsive-tables.scss css/really-responsive-tables.css --output-style expanded",
"scss-compressed": "node-sass sass/really-responsive-tables.scss css/really-responsive-tables.min.css --output-style compressed",
"js-compressed": "uglifyjs js/really-responsive-tables.js -o js/really-responsive-tables.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/josecebe/really-responsive-tables.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/josecebe/really-responsive-tables/issues"
},
"homepage": "https://github.com/josecebe/really-responsive-tables#readme",
"dependencies": {
"node-sass": "4.9.0",
"uglify-js": "3.3.24"
}
}