-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.48 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
{
"name": "simp-less",
"version": "1.1.5",
"description": "watch less file directory and mirror into css output directory",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "4.0.0"
},
"keywords": [
"watch",
"less",
"css",
"compile"
],
"preferGlobal": "true",
"bin": {
"simp-less": "index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nf071590/simp-less.git"
},
"author": {
"name": "nick fiorini",
"email": "[email protected]"
},
"license": "ISC",
"dependencies": {
"chokidar": "^1.2.0",
"isadir": "^1.0.1",
"less": "^2.5.3",
"minimist": "^1.2.0"
},
"gitHead": "bd532989ef9602d2e128086490bac9375f9e6838",
"bugs": {
"url": "https://github.com/nf071590/simp-less/issues"
},
"homepage": "https://github.com/nf071590/simp-less#readme",
"_id": "[email protected]",
"_shasum": "ff79caa7e9143790ca1b0dd9ecb18768b801e9c7",
"_from": "simp-less@*",
"_npmVersion": "2.14.4",
"_nodeVersion": "4.1.1",
"_npmUser": {
"name": "nf071590",
"email": "[email protected]"
},
"dist": {
"shasum": "ff79caa7e9143790ca1b0dd9ecb18768b801e9c7",
"tarball": "http://registry.npmjs.org/simp-less/-/simp-less-1.1.5.tgz"
},
"maintainers": [
{
"name": "nf071590",
"email": "[email protected]"
}
],
"directories": {},
"_resolved": "https://registry.npmjs.org/simp-less/-/simp-less-1.1.5.tgz"
}