-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 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
{
"name": "es.move",
"version": "0.1.1-3",
"description": "",
"main": "./dist/es.move.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start-movies": "nodemon src/examples/movies.environment.js --exec babel-node --presets es2015,stage-2",
"start-shows": "nodemon src/examples/shows.environment.js --exec babel-node --presets es2015,stage-2",
"start-stage": "nodemon src/examples/stage.environment.js --exec babel-node --presets es2015,stage-2",
"build": "babel -d dist src/",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bad-Science/es.move.git"
},
"author": "Richie Young",
"license": "MIT",
"bugs": {
"url": "https://github.com/Bad-Science/es.move/issues"
},
"homepage": "https://github.com/Bad-Science/es.move#readme",
"dependencies": {
"socket.io-client": "^1.7.3"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"nodemon": "^1.11.0"
}
}