UNPKG

782 BJSONView Raw
1{
2 "name": "ariestp",
3 "description": "A Async Template for Node.js",
4 "version": "0.1.46",
5 "license": "MIT",
6 "author": {
7 "name": "doublespout",
8 "email": "snoopyxdy@163.com"
9 },
10 "contributors": [
11 {
12 "name": "yourenyouyu",
13 "email": "2300738809@qq.com"
14 }
15 ],
16 "homepage": "https://github.com/DoubleSpout/aries",
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/DoubleSpout/aries"
20 },
21 "scripts": {
22 "test":"node ./test/test.js"
23 },
24 "engines": {
25 "node": ">= 4.0"
26 },
27 "devDependencies": {
28 "ejs": "2.4.1"
29 },
30 "dependencies": {
31 "async":"1.5.2",
32 "moment":"~2.12.0",
33 "blueimp-md5":"~2.1.0"
34 },
35 "bugs": {
36 "url": "https://github.com/DoubleSpout/aries/issues"
37 }
38}
\No newline at end of file