forked from Montana-Code-School/JSdaily
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.16 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.16 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
{
"name": "jsexercises",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"mocha:run": "mocha --compilers js:babel-core/register",
"mocha:daily": "mocha --compilers js:babel-core/register setsOfThree/set7/test.js",
"prototype:daily": "babel-node setsOfThree/set7/set7.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Montana-Code-School/JSdaily.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Montana-Code-School/JSdaily/issues"
},
"homepage": "https://github.com/Montana-Code-School/JSdaily#readme",
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.24.1",
"body-parser": "^1.17.2",
"chai": "^3.5.0",
"chai-things": "^0.2.0",
"mocha": "^3.3.0",
"request": "^2.81.0",
"request-promise": "^4.2.1"
},
"dependencies": {
"ajax-request": "^1.2.1",
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"express": "^4.15.2",
"node-fetch": "^1.7.0"
}
}