-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 917 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
{
"name": "contourer",
"version": "1.0.0",
"description": "Visualise 2-input, 2-output functions the Contour way.",
"main": "index.html",
"dependencies": {},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.4",
"uglify": "^0.1.5"
},
"scripts": {
"babelWatch": "babel src/reactComponents.jsx --watch --out-file bin/reactComponents.js"
},
"author": "krawthekrow",
"license": "MIT",
"bin": {
"contourer": "bundle.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/krawthekrow/contourer.git"
},
"bugs": {
"url": "https://github.com/krawthekrow/contourer/issues"
},
"homepage": "https://github.com/krawthekrow/contourer#readme"
}