This repository has been archived by the owner on Aug 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
89 lines (89 loc) · 1.85 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "toajs.com",
"description": "The toajs.com website.",
"authors": [
"zensh <[email protected]>",
"SuneBear <[email protected]>"
],
"version": "1.6.0",
"main": "app.js",
"repository": {
"type": "git",
"url": "[email protected]:toajs/toajs.com.git"
},
"engines": {
"node": ">=4"
},
"homepage": "https://github.com/toajs/toajs.com",
"keywords": [
"toa",
"spa",
"seed",
"toajs"
],
"dependencies": {
"config": "^1.26.1",
"http-errors": "^1.6.1",
"ilog": "^1.1.1",
"thunks": "^4.8.0",
"toa": "^3.0.1",
"toa-body": "^2.0.2",
"toa-compress": "^2.0.1",
"toa-favicon": "^1.3.0",
"toa-i18n": "^0.4.0",
"toa-mejs": "^0.5.0",
"toa-pm": "^1.0.0",
"toa-router": "^2.1.3",
"toa-static": "^0.5.2"
},
"devDependencies": {
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-concat-css": "^2.3.0",
"gulp-ejsmin": "0.0.1",
"gulp-less": "^3.3.2",
"gulp-livereload": "^3.8.1",
"gulp-mejs": "^0.5.0",
"gulp-minify-css": "^1.2.4",
"gulp-nodemon": "^2.2.1",
"gulp-remarkable": "^1.1.2",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-rev-all": "^0.9.7",
"gulp-rjs2": "^0.2.1",
"gulp-sequence": "^0.4.6",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"highlight.js": "^9.12.0",
"merge2": "^1.1.0",
"requirejs": "^2.3.3",
"through2": "^2.0.3",
"tman": "^1.7.1"
},
"scripts": {
"start": "NODE_ENV=development node app",
"test": "standard"
},
"ignore": [
"**/.*",
"node_modules",
"test",
"examples",
"gulpfile.js"
],
"eslintConfig": {
"env": {
"browser": true,
"node": true,
"es6": true
}
},
"standard": {
"ignore": [
"public/bower/**",
"public/dist/**",
"public/static/**"
]
}
}