-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 943 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 943 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
36
{
"name": "test_babylonjs_1",
"version": "1.0.0",
"description": "test for babylonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack && node app.js",
"watch": "webpack --watch"
},
"author": "nathan ramilijaona",
"license": "ISC",
"dependencies": {
"abitbol": "^1.2.0",
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babylonjs": "^3.2.0-alpha7",
"eslint": "^4.17.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsdoc": "^3.4.1",
"express": "^4.16.2",
"photonui": "^1.7.2"
},
"devDependencies": {
"css-loader": "^0.28.9",
"file-loader": "^1.1.6",
"html-webpack-plugin": "^2.30.1",
"less": "^3.0.0",
"less-loader": "^4.0.5",
"style-loader": "^0.20.1",
"webpack": "^3.10.0"
}
}