-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 930 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 930 Bytes
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
{
"name": "crcmaker",
"version": "1.0.0",
"description": "A simple tool for generating CRC cards.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arkon/crcmaker.git"
},
"author": "Eugene Cheung",
"license": "MIT",
"bugs": {
"url": "https://github.com/arkon/crcmaker/issues"
},
"homepage": "https://github.com/arkon/crcmaker#readme",
"devDependencies": {
"babelify": "^6.3.0",
"browserify": "^11.1.0",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-gh-pages": "^0.5.2",
"gulp-htmlmin": "^1.1.4",
"gulp-minify-css": "^1.2.1",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.4.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0"
},
"dependencies": {
"react": "^0.14.0",
"react-dom": "^0.14.0"
}
}