-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 814 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 814 Bytes
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
{
"name": "staticnook",
"version": "0.1.2",
"description": "manage static resources",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Ournet/staticnook.git"
},
"keywords": [
"asset",
"assets",
"static",
"s3"
],
"author": "Dumitru Cantea",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ournet/staticnook/issues"
},
"homepage": "https://github.com/Ournet/staticnook",
"dependencies": {
"async": "^0.9.0",
"clean-css": "^2.2.14",
"glob": "^4.0.5",
"js-yaml": "^3.2.1",
"knox": "^0.9.1",
"less": "^1.7.4",
"node-fs": "^0.1.7",
"uglify-js": "^2.4.15"
},
"bin": {
"staticnook": "./bin/staticnook"
}
}