-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
46 lines (46 loc) · 1.43 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
43
44
45
46
{
"name": "phaser-particle-editor",
"version": "1.0.0-alpha.8",
"description": "This tool helps to create phaser particle effects visually",
"author": "Koreez LLC <[email protected]>",
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/koreezgames/phaser-particle-editor.git"
},
"scripts": {
"dev": "webpack --config webpack.development.config.babel.js",
"production": "webpack --config webpack.production.config.babel.js"
},
"devDependencies": {
"ajv": "^5.2.3",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"browser-sync": "^2.18.13",
"browser-sync-webpack-plugin": "^1.2.0",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.1.1",
"eslint": "^4.9.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"expose-loader": "^0.7.3",
"html-webpack-plugin": "^2.30.1",
"webpack": "^3.8.1",
"webpack-config": "^7.5.0"
},
"dependencies": {
"@koreez/phaser-particle-editor-plugin": "^1.0.0-alpha.15",
"nested-property": "0.0.7",
"phaser-ce": "^2.9.1",
"pure-mvc": "^1.0.4"
}
}