-
Notifications
You must be signed in to change notification settings - Fork 15
/
bower.json
41 lines (41 loc) · 950 Bytes
/
bower.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
{
"name": "nej-toolkit",
"description": "frontend publish toolkit",
"version": "1.7.8",
"license": "MIT",
"keywords": ["nej","web","project","toolkit","builder","deploy","publisher","javascript","front end","obfuscator"],
"author": "genify <[email protected]> (http://genify.blog.163.com/)",
"main": "./main.js",
"bin": {
"nej": "./bin/nej.js"
},
"homepage": "https://github.com/genify/toolkit2",
"scripts": {
"test": "node test/run_tests.js"
},
"repository": {
"type": "git",
"url": "https://github.com/genify/toolkit2.git"
},
"engines":{
"node":">=0.12"
},
"bugs": {
"url": "https://github.com/genify/toolkit2/issues"
},
"devDependencies": {
"mocha": ">=2.0.1",
"should": "^4.3.0"
},
"dependencies": {
"css":">=2.2.0",
"swig":">=1.4.2",
"uglify-js": ">=2.5.0",
"iconv-lite": "~0.4.0"
},
"ignore": [
"**/.*",
"node_modules",
"test"
]
}