-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
executable file
·60 lines (60 loc) · 1.78 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
{
"name": "ablejs",
"version": "0.2.0",
"description": "The statics build tools for ablesky",
"homepage": "http://www.ablesky.com",
"main": "Gruntfile.js",
"dependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.3",
"rimraf": "~2.2.2",
"mkdirp": "~0.3.5",
"uglify-js": "~2.3.6",
"clean-css": "~1.0.12",
"optipng-bin": "~0.3.0",
"jpegtran-bin": "~0.2.0",
"colors": "~0.6.2",
"requirejs": "~2.1.8",
"MD5": "~1.1.0",
"crc": "~0.2.1",
"madge": "~0.1.7",
"nopt": "~2.1.2",
"esprima": "~1.0.4"
},
"bin": {
"ablejs": "./bin/run"
},
"scripts": {
"test": "node_modules/mocha/bin/mocha test/suites-*.js"
},
"implements": [
"CommonJS/Packages/1.1"
],
"author": {
"name": "bxu@ablesky.com"
},
"license": "BSD",
"repository": {
"type": "git",
"url": "https://github.com/ablesky/ablejs.git"
},
"bugs": {
"url": "https://github.com/ablesky/ablejs/issues"
},
"keywords": [
"ablesky"
],
"readme": "ablejs\n=============\n[aslink]: http://www.ablesky.com\n>The statics build tools for [ablesky](aslink)\n\n<img align=\"right\" src=\"http://stat.ablesky.com/stata/images/market/index/index-new-logo.png\" />\n\n\n### Installation\n1. ``` git clone git@github.com:ablesky/ablejs.git ```\n2. ``` npm install -g ablejs ```\n\n### Usage\ntype in command line: \n\n ablejs\n\nbuild project in command line:, by typing \n \n ablejs build \n\n\n### Release History\nSee the [CHANGELOG](CHANGELOG).\n\n",
"readmeFilename": "README.md",
"_id": "ablejs@0.1.1",
"dist": {
"shasum": "f54e2ac44879c405f3c9c329bf9121556386d30b"
},
"_from": "ablejs/",
"devDependencies": {
"ssh2": "~0.2.14",
"mocha": "~1.16.2",
"grunt-cli": "~0.1.11",
"source-map": "^0.1.33"
}
}