Skip to content

Commit

Permalink
support bower install
Browse files Browse the repository at this point in the history
  • Loading branch information
genify committed Mar 15, 2016
1 parent 205ced6 commit a1e4064
Showing 1 changed file with 33 additions and 6 deletions.
39 changes: 33 additions & 6 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,38 @@
{
"name": "nej",
"version": "1.3.7",
"homepage": "https://github.com/genify/toolkit2",
"authors": ["genify <caijf@corp.netease.com>"],
"description": "frontend publish toolkit",
"main": "./main.js",
"version": "1.3.7",
"license": "MIT",
"keywords": ["nej","web","project","toolkit","builder","deploy","publisher","javascript","front end","obfuscator"],
"ignore": [".*"],
"license": "MIT"
"author": "genify <caijf@corp.netease.com> (http://genify.blog.163.com/)",
"main": "./main.js",
"bin": {
"nej": "./bin/nej.js",
"nej-init": "./bin/init.js",
"nej-build": "./bin/build.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"
}
}

0 comments on commit a1e4064

Please sign in to comment.