-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 786 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 786 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
{
"name": "colour-catalyst",
"version": "0.1.5",
"description": "UI and JavaScript functionality for all things colours",
"main": "server.js",
"scripts": {
"start": "webpack-dev-server",
"build": "babel app/js/src -d app/js/dist"
},
"dependencies": {
"babel-core": "^6.7.7",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"body-parser": "~1.15.0",
"ejs": "2.3.3",
"express": "~4.13.3",
"react": "^15.0.1",
"react-dom": "^15.0.1"
},
"engines": {
"node": "0.12.7"
},
"repository": {
"type": "git",
"url": "https://github.com/EmilePW/colout-catalyst.git"
},
"keywords": [
"node",
"heroku",
"express"
],
"license": "MIT",
"devDependencies": {}
}