-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 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
{
"name": "jiffify",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-generator": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-traverse": "^6.26.0",
"babel-types": "^6.26.0",
"babylon": "^6.18.0",
"body-parser": "^1.18.2",
"carousels": "^0.2.0",
"express": "^4.16.2",
"http": "0.0.0",
"mathjs": "^3.17.0",
"path": "^0.12.7",
"uuid": "^3.1.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-decorators": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"chai": "^4.1.2",
"gulp-minify": "^2.1.0",
"mocha": "^4.0.1"
},
"scripts": {
"test": "mocha --reporter spec",
"compile": "./node_modules/.bin/babel src -d dist",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/multiparty/jiffify.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/multiparty/jiffify/issues"
},
"homepage": "https://github.com/multiparty/jiffify#readme"
}