-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
136 lines (136 loc) · 4.43 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
{
"name": "js-class-2016-episode-2",
"version": "0.0.1",
"description": "Javascript class for Epita 2016 - episode 2",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/EpitaJS/js-class-2016-episode-2.git"
},
"keywords": [
"class"
],
"author": "Offirmo <[email protected]>",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/EpitaJS/js-class-2016-episode-2/issues"
},
"homepage": "https://github.com/EpitaJS/js-class-2016-episode-2#readme",
"engines": {
"node": "^5.8.0"
},
"config": {
"MOCHA_OPTS": "--debug --check-leaks --require .mocha.init.js --recursive build/**/*.spec.js"
},
"scripts": {
"start": "node index.js",
"puer": "puer --exclude 'node_modules|jspm_packages'",
"lint": "eslint .",
"test": "mocha $npm_package_config_MOCHA_OPTS",
"build": "babel src --out-dir build",
"dev": "babel src --out-dir build --watch 2>&1 & nodemon index.js && fg",
"test:client": "karma start browser/lessons/--karma/karma.conf.js --single-run --browsers PhantomJS",
"ks": "karma start browser/lessons/--karma/karma.conf.js --auto-watch",
"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",
"ii": "npm run full-install-dev",
"xx": "rm -rf node_modules && rm -rf jspm_packages"
},
"main": "index.js",
"dependencies": {
"amdefine": "^1.0.0",
"async": "^1.5.2",
"body-parser": "^1.15.0",
"chalk": "^1.1.1",
"cookie-parser": "^1.4.1",
"cors": "^2.7.1",
"dustjs-linkedin": "^2.7.2",
"express": "^4.13.4",
"forky": "0.3.0",
"fs-extra": "^0.26.5",
"inquirer": "0.12.0",
"lodash": "^4.6.1",
"moment": "^2.12.0",
"nedb": "^1.8.0",
"node-fetch": "^1.3.3",
"nodemon": "^1.9.1",
"object-path": "^0.9.2",
"ora": "^0.2.0",
"prettyjson": "1.1.3",
"prompt": "1.0.0",
"serve-favicon": "^2.3.0",
"serve-index": "^1.7.3",
"simplyconfig": "0.3.2",
"socket.io": "^1.4.5",
"winston": "^2.2.0"
},
"devDependencies": {
"babel-cli": "6.6.5",
"babel-preset-es2015-node5": "1.2.0",
"babel-register": "6.7.2",
"chai": "3.5.0",
"chai-as-promised": "5.2.0",
"chai-datetime": "1.4.1",
"chai-things": "0.2.0",
"eslint": "2.2.0",
"jspm": "0.16.30",
"jspm-bower-endpoint": "0.3.2",
"karma": "0.13.21",
"karma-chrome-launcher": "0.2.2",
"karma-es5-shim": "0.0.4",
"karma-firefox-launcher": "0.1.7",
"karma-mocha": "0.2.2",
"karma-nyan-reporter": "0.2.3",
"karma-phantomjs-launcher": "1.0.0",
"karma-spec-reporter": "0.0.24",
"mocha": "2.4.5",
"nsp": "2.2.0",
"phantomjs-prebuilt": "2.1.3",
"pre-commit": "1.1.2",
"puer": "1.1.1",
"sinon": "1.17.3",
"sinon-chai": "2.8.0"
},
"jspm": {
"dependencies": {
"async": "npm:async@^1.5.2",
"bootstrap": "github:twbs/bootstrap@^3.3.6",
"css": "github:systemjs/plugin-css@^0.1.20",
"cytoscape": "npm:cytoscape@^2.5.4",
"d3": "bower:d3@~3.4.11",
"d3kit": "bower:[email protected]",
"d3kit-timeline": "bower:d3kit-timeline@^0.4.0",
"jquery": "npm:jquery@^2.2.0",
"json": "github:systemjs/plugin-json@^0.1.0",
"lodash": "npm:lodash@^4.0.0",
"nodegram": "npm:nodegram@^0.2.1",
"text": "github:systemjs/plugin-text@^0.0.4"
},
"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": [
"lint",
"build"
],
"commented": {
"karma-phantomjs-launcher": "0.2.3",
"phantomjs": "1.9.19"
}
}