-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1018 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 1018 Bytes
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
{
"description": "beta.aintaer.com",
"version": "0.2.0",
"private": true,
"main": "./app.js",
"repository": {
"type": "git",
"url": "git://github.com/Aintaer/aincom.git"
},
"dependencies": {
"6to5": "^3.0.0",
"cheerio": "^0.18.0",
"ecstatic": "^0.5.8",
"flatiron": "^0.4.3",
"handlebars": "^2.0.0",
"metalsmith": "^1.1.1",
"metalsmith-collections": "^0.7.0",
"metalsmith-ignore": "^0.1.2",
"metalsmith-less": "^1.0.3",
"metalsmith-markdown": "^0.2.1",
"metalsmith-metadata": "0.0.1",
"metalsmith-paginate": "^0.3.0",
"metalsmith-templates": "^0.6.0",
"minimatch": "^2.0.1",
"moment": "^2.9.0",
"nbd": "^1.0.11",
"q": "^1.1.2",
"union": "^0.4.4"
},
"devDependencies": {
"api-easy": "0.3.2",
"sane": "^1.0.1"
},
"scripts": {
"start": "node app.js"
},
"name": "aincom",
"author": "aintaer",
"homepage": "http://beta.aintaer.com",
"subdomain": "aincom",
"domains": [
"beta.aintaer.com"
]
}