forked from EpitaJS/js-class-2016-episode-3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·142 lines (142 loc) · 4.94 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"name": "js-class-2016-episode-3",
"version": "0.0.1",
"description": "Javascript class for Epita 2016 - episode 3",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/EpitaJS/js-class-2016-episode-3.git"
},
"keywords": [
"class"
],
"author": "Offirmo <[email protected]>",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/EpitaJS/js-class-2016-episode-3/issues"
},
"homepage": "https://github.com/EpitaJS/js-class-2016-episode-3#readme",
"engines": {
"node": "^5.9.0"
},
"config": {
"MOCHA_OPTS": "--debug --check-leaks --require build/server/mocha.init.js --recursive build/**/*.spec.js",
"BABEL_OPTS": "src --out-dir build"
},
"scripts": {
"start": "node build/server/index.js",
"lint": "eslint .",
"test:server": "mocha $npm_package_config_MOCHA_OPTS",
"test:client": "karma start browser/lessons/--karma/karma.conf.js --single-run --browsers PhantomJS",
"build": "babel $npm_package_config_BABEL_OPTS",
"babel-watch": "babel-watch --watch src --watch *.js --exclude src/client src/server/index.js",
"full-install": "npm run npm-install-globals && npm install && npm run jspm-install",
"full-install-dev": "npm run npm-install-globals && npm run npm-install-dev && npm run jspm-install-dev",
"npm-install-globals": "npm install --global jspm babel-cli nodemon && npm update -g jspm babel-cli nodemon",
"npm-install-dev": "npm prune && npm install && npm update",
"jspm-install": "jspm registry create bower jspm-bower-endpoint -y && jspm install -y",
"jspm-install-dev": "jspm update && jspm clean && jspm install",
"dev": "npm run babel-watch",
"ii": "npm run full-install-dev",
"xx": "rm -rf node_modules && rm -rf jspm_packages"
},
"main": "index.js",
"dependencies": {
"async": "~1.5.2",
"body-parser": "~1.15.0",
"chalk": "~1.1.1",
"compression": "~1.6.1",
"connect-uuid": "0.1.2",
"consolidate": "~0.14.0",
"cookie-parser": "~1.4.1",
"cors": "~2.7.1",
"dust-intl": "~1.1.1",
"dustjs-helpers": "~1.7.3",
"dustjs-linkedin": "~2.7.2",
"engine.io": "^1.6.8",
"express": "~4.13.4",
"express-debug": "~1.1.1",
"express-livereload": "~0.0.24",
"express-slash": "~2.0",
"forky": "~0.3.0",
"fs-extra": "~0.26.5",
"helmet": "1.3.0",
"intl": "~1.1.0",
"intl-locales-supported": "~1.0.0",
"lodash": "~4.6.1",
"moment": "~2.12.0",
"morgan": "1.7.0",
"node-fetch": "~1.4.1",
"object-path": "~0.9.2",
"prettyjson": "~1.1.3",
"primus": "~5.0.1",
"response-time": "2.3.1",
"serve-index": "~1.7.3",
"simplyconfig": "~0.4.0",
"source-map-support": "~0.4.0",
"winston": "~2.2.0",
"ws": "~1.0.1"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-preset-es2015-node5": "^1.2.0",
"babel-register": "^6.7.2",
"babel-watch": "^1.0.2",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"chai-datetime": "^1.4.1",
"chai-things": "^0.2.0",
"eslint": "^2.4.0",
"jspm": "^0.16.31",
"jspm-bower-endpoint": "^0.3.2",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.3",
"karma-es5-shim": "^0.0.4",
"karma-firefox-launcher": "^0.1.7",
"karma-mocha": "^0.2.2",
"karma-nyan-reporter": "^0.2.4",
"karma-spec-reporter": "^0.0.24",
"mocha": "^2.4.5",
"pre-commit": "^1.1.2",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0"
},
"jspm": {
"dependencies": {
"angular": "github:angular/bower-angular@~1.5.2",
"angular-animate": "github:angular/bower-angular-animate@~1.5.2",
"angular-aria": "github:angular/bower-angular-aria@~1.5.2",
"angular-material": "github:angular/bower-material@~1.0.6",
"angular-messages": "github:angular/bower-angular-messages@~1.5.2",
"angular-ui-router": "github:angular-ui/ui-router@~0.2.18",
"async": "npm:async@~1.5.2",
"bootstrap": "github:twbs/bootstrap@~3.3.6",
"css": "github:systemjs/plugin-css@~0.1.20",
"d3": "bower:d3@~3.4.11",
"d3kit": "bower:[email protected]",
"handsontable/handsontable": "github:handsontable/handsontable@~0.23.0",
"jquery": "npm:jquery@~2.2.0",
"json": "github:systemjs/plugin-json@~0.1.0",
"lodash": "npm:lodash@~4.0.0",
"text": "github:systemjs/plugin-text@~0.0.4",
"ui-router-extras": "npm:ui-router-extras@^0.1.2"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"chai": "npm:chai@^3.5.0",
"chai-as-promised": "npm:chai-as-promised@^5.2.0",
"chai-datetime": "npm:chai-datetime@^1.4.1",
"chai-jquery": "npm:chai-jquery@^2.0.0",
"chai-things": "npm:chai-things@^0.2.0",
"clean-css": "npm:clean-css@^3.4.9",
"core-js": "npm:core-js@^1.1.4",
"mocha": "npm:mocha@^2.4.5",
"sinon": "npm:sinon@^1.17.2",
"sinon-chai": "npm:sinon-chai@^2.8.0"
}
},
"pre-commit": [
"build"
]
}