-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.5 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
{
"name": "incense",
"version": "0.2.0",
"description": "",
"main": "libs/main.js",
"scripts": {
"start": "node ./tests/testdata/server/server.js",
"up": "node ./tests/testdata/server/server.js",
"preview": "gulp preview;",
"test": "gulp; mocha --ui tdd ./tests/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/passiful/node-incense.git"
},
"author": "Tomoya Koyanagi",
"license": "MIT",
"bugs": {
"url": "https://github.com/passiful/node-incense/issues"
},
"homepage": "https://github.com/passiful/node-incense#readme",
"dependencies": {
"es6-promise": "^3.2.1",
"fs-extra": "^0.30.0",
"iterate79": "^1.0.0",
"marked": "^0.3.5",
"mysql": "^2.17.1",
"phpjs": "^1.3.2",
"purl": "^1.0.4",
"sequelize": "^3.23.3",
"sqlite3": "^3.1.1",
"twig": "^0.8.9",
"underscore": "^1.8.3",
"url-parse": "^1.0.5",
"utils79": "^0.0.4",
"validator": "^5.1.0"
},
"devDependencies": {
"biflora": "^0.2.0",
"body-parser": "^1.15.0",
"bootstrap": "^3.3.6",
"config": "^1.19.0",
"express": "^4.13.3",
"express-session": "^1.13.0",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.3.1",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.6.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.1",
"gulp-twig": "^0.3.0",
"gulp-uglify": "^1.2.0",
"jquery": "^2.2.4",
"mocha": "^2.3.0",
"sass-inline-image": "0.0.3",
"socket.io": "^1.3.6"
}
}