-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
42 lines (42 loc) · 1.25 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
42
{
"name": "vigilant-octo-robot",
"version": "1.0.0",
"description": "A conversation about particle systems, effects queues, and their applications - with Matt Hayes",
"dependencies": {},
"devDependencies": {
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.11.5",
"chai": "^3.5.0",
"eslint": "^3.1.1",
"lodash": "^4.14.0",
"mocha": "^2.5.3",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
},
"scripts": {
"build": "webpack --config=config/webpack/production.babel.js",
"start": "webpack-dev-server --config=config/webpack/development.babel.js --port=3000 --inline --hot",
"test": "mocha --compilers js:babel-register './test/**/*.test.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mysterycommand/vigilant-octo-robot.git"
},
"keywords": [
"particle systems",
"effects queues",
"practical",
"applications"
],
"author": {
"name": "Matt Hayes",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mysterycommand/vigilant-octo-robot/issues"
},
"homepage": "https://mysterycommand.github.io/vigilant-octo-robot"
}