-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·102 lines (102 loc) · 3.39 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
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "online-adventur.es",
"description": "Code for the website http://www.online-adventur.es",
"author": "Offirmo <offirmo.net@gmail.com>",
"version": "0.0.45",
"private": true,
"license": "Unlicense",
"main": "server.js",
"repository": {
"type": "git",
"url": "git://github.com/Offirmo/online-adventur.es.git"
},
"scripts": {
"bower": "bower update --config.interactive=false",
"postinstall": "npm run bower && cd common/incubator/carnet && npm install && cd ../offirmo-formatjs && npm install",
"lint": "eslint .",
"nodemon": "nodemon",
"env": "environmentalist",
"build-appcache": "./scripts/build_app.bash appcache",
"build-helloworld": "./scripts/build_app.bash helloworld",
"build-famous-base": "./scripts/build_app.bash famous-base",
"build-jeudunombre": "./scripts/build_app.bash jeudunombre",
"build-boringrpg": "./scripts/build_app.bash boringrpg",
"build": "npm run build-appcache && npm run build-helloworld && npm run build-famous-base && npm run build-jeudunombre && npm run build-boringrpg",
"bump": "mversion patch && ./scripts/bump.bash && echo \"DON'T FORGET TO COMMIT ,TAG AND PUSH !! git tag -a v0.0.x -m v0.0.x\"",
"cleardeps": "rm -rf node_modules && rm -rf bower_components && rm -rf common/incubator/carnet/node_modules && rm -rf common/incubator/offirmo-formatjs/node_modules",
"install_globals": "npm install --global nodemon && npm update -g nodemon",
"devinstall": "npm run install_globals && npm prune && npm install && npm update && npm run devbower && cd common/incubator/carnet && npm prune && npm install && npm update && cd ../offirmo-formatjs && npm prune && npm install && npm update",
"devbower": "bower prune && bower install && bower update",
"bb": "npm run devbower",
"cc": "npm run cleardeps",
"ii": "npm run devinstall"
},
"engines": {
"node": "^4"
},
"dependencies": {
"amdefine": "~1.0.0",
"async": "^1.5.2",
"bower": "^1.7.9",
"chalk": "~1.1.3",
"clarify": "~1.0.5",
"compression": "~1.6.2",
"consolidate": "~0.14.1",
"domain-middleware": "~0.1",
"dust-intl": "~1.1.1",
"dustjs-helpers": "~1.7",
"dustjs-linkedin": "~2.7.2",
"engine.io": "~1.6.9",
"environmentalist": "~1.0",
"express": "^4.13.4",
"express-slash": "~2.0",
"forky": "~0.3.0",
"intl": "~1.2.4",
"intl-locales-supported": "~1.0",
"jsdom": "^3",
"jsen": "~0.6.1",
"json-htmlize": "~0.1",
"locale": "~0.0.21",
"lodash": "^4.13.1",
"morgan": "~1.7.0",
"node-mandrill": "~1.0.1",
"prettyjson": "~1.1.3",
"primus": "~5.2.1",
"response-time": "~2.3.1",
"rx": "~4.1.0",
"serve-favicon": "~2.3",
"serve-index": "~1.7.3",
"serve-static": "~1.10.2",
"simplyconfig": "~0.4.0",
"trace": "~0.2",
"when": "~3.7.7"
},
"devDependencies": {
"eslint": "^2.11.0",
"express-debug": "^1",
"express-livereload": "^0.0.24",
"mversion": "^1.10.1",
"nodemon": "^1.9.2",
"pre-commit": "^1.1.3",
"requirejs": "^2.2.0",
"shipit-cli": "^1.4.1",
"shipit-deploy": "^2.2.0",
"shipit-npm": "^0.2.0",
"shipit-nvm": "^0.0.6",
"shipit-shared": "^4.4.1",
"shipit-utils": "^1.3.1"
},
"commented_out": {
"baobab": "~1.1.2",
"eslint-plugin-angular": "^0"
},
"xpre-commit": [
"lint"
],
"greenkeeper": {
"ignore": [
"jsdom",
"trace"
]
}
}