-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.87 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.87 KB
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": "yimovi",
"version": "1.0.0",
"description": "Chinese Medical Humanities Film",
"main": "web.js",
"scripts": {
"test": "node test/routes/test.js",
"test.e2e": "node nightwatch_setup.js && npm run start & nightwatch",
"start": "node web.js",
"startmon": "nodemon web.js",
"startmon.watch": "nodemon web.js & npm run watch_tachyons",
"watch_tachyons": "postcss --watch --config ./postcss.config.js",
"build_tachyons": "postcss --config ./postcss.config.js",
"pre-deploy": "npm run test.e2e",
"deploy-staging":
"npm run pre-deploy && git checkout -B staging && git push origin staging -f",
"deploy-production":
"npm run pre-deploy && git checkout -B production && git push origin production -f",
"postinstall": "npm run build_tachyons"
},
"repository": {
"type": "git",
"url": "git+https://github.com/InFact-coop/YiMovi.git"
},
"author": "Emily Bertwistle",
"license": "ISC",
"bugs": {
"url": "https://github.com/InFact-coop/YiMovi/issues"
},
"homepage": "https://github.com/InFact-coop/YiMovi#readme",
"dependencies": {
"autoprefixer": "^6.7.7",
"cookie-parser": "^1.4.3",
"dotenv": "^4.0.0",
"env2": "^2.2.0",
"heroku-ssl-redirect": "0.0.4",
"i18n": "^0.8.3",
"json-format": "^1.0.1",
"keystone": "^4.0.0-beta.5",
"keystone-storage-adapter-azure": "^1.1.0",
"keystone-utils": "^0.4.0",
"lodash": "^4.17.4",
"postcss": "^6.0.3",
"postcss-clean": "^1.0.2",
"postcss-cli": "^2.6.0",
"postcss-custom-media": "^5.0.1",
"postcss-custom-properties": "^5.0.2",
"postcss-import": "^9.1.0",
"pug": "^2.0.0-rc.1",
"tachyons-custom": "^4.5.4",
"underscore": "^1.8.3"
},
"devDependencies": {
"eslint": "^3.19.0",
"nightwatch": "^0.9.16",
"nodemon": "^1.11.0",
"selenium-download": "^2.0.10",
"tape": "^4.7.0"
}
}