-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "tombstonejs",
"version": "0.0.0",
"description": "ascii, ascii art, tombstone, spooky",
"main": "tombstone.js",
"scripts": {
"watch": "./node_modules/webpack/bin/webpack.js --watch",
"test": "./node_modules/mocha-webpack/bin/mocha-webpack --webpack-config webpack.config.js --colors \"test/**/*-test.js\""
},
"repository": {
"type": "git",
"url": "https://github.com/doeg/tombstonejs.git"
},
"keywords": [
"ascii",
"ascii art",
"tombstone",
"spooky"
],
"author": "doeg",
"license": "GPLv2",
"bugs": {
"url": "https://github.com/doeg/tombstonejs/issues"
},
"dependencies": {
"babel-core": "^6.7.7",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"filesaverjs": "^0.2.2",
"html2canvas": "^0.5.0-beta4",
"lodash": "^4.11.1",
"mocha": "^2.4.5",
"mocha-webpack": "^0.3.0",
"query-string": "^4.1.0",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-textarea-autosize": "^4.0.0",
"webpack": "^1.13.0"
}
}