-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 934 Bytes
/
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
{
"name": "danny",
"version": "0.0.2",
"description": "A tool for making stacks on the web",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "NODE_ENV=test babel-node mocha --compilers js:babel-core/register"
},
"babel": {
"presets": [
"env",
"stage-0"
]
},
"author": "[email protected]",
"license": "MPL-2.0",
"repository": "https://github.com/misuba/Danny",
"dependencies": {
"choo": "^5.6.2",
"commonmark": "^0.28.1",
"uuid": "^3.1.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-es2015-modules-amd": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2017": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babelify": "^7.3.0",
"chai": "^4.1.2",
"mochify": "^3.3.0",
"node-dat-archive": "^1.5.0",
"requirejs": "^2.3.5"
}
}