-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (41 loc) · 1017 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
36
37
38
39
40
41
42
{
"name": "fekey",
"version": "2.0.17",
"description": "fekey 2.0",
"main": "index.js",
"bin": {
"fekey": "bin/fekey.js"
},
"dependencies": {
"fis3": "^3.4.26",
"liftoff": "^2.2.1",
"minimist": "^1.2.0",
"bluebird": "2.9.21",
"fis-scaffold-kernel": "~0.2.0",
"ignore": "^3.2.6",
"findup": "0.1.5",
"fekey-node": "",
"fekey-fly": "",
"fekey-smarty": "",
"fis-parser-less": "",
"fis-postprocessor-px2rem": "^1.0.3",
"fis-postprocessor-autoprefixer" : "^0.0.5",
"fis-parser-babel-5.x": "1.3.0",
"fekey-command-release": ""
},
"devDependencies": {
},
"repository": {
"type": "git",
"url": "https://github.com/wmfe/fekey.git"
},
"keywords": [
"fekey"
],
"author": "wmfe",
"license": "BSD",
"bugs": {
"url": "https://github.com/wmfe/fekey/issues"
},
"homepage": "https://github.com/wmfe/fekey"
}