-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1000 Bytes
/
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
{
"name": "bbtest",
"version": "1.0.0",
"description": "test for Oro",
"main": "index.js",
"scripts": {
"clean": "rm -r dist/*",
"browse": "start http://localhost:8081",
"start": "webpack && node server.js"
},
"author": "strybul",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"css-loader": "^0.26.1",
"eslint": "^3.13.1",
"eslint-loader": "^1.6.1",
"eslint-plugin-backbone": "^2.0.2",
"eslint-plugin-promise": "^3.4.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"handlebars-loader": "^1.4.0",
"node-sass": "^4.2.0",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"webpack": "^1.14.0"
},
"dependencies": {
"backbone": "^1.3.3",
"bluebird": "^3.4.7",
"express": "^4.14.0",
"handlebars": "^4.0.6",
"jquery": "^3.1.1",
"node-static": "^0.7.9",
"underscore": "^1.8.3"
}
}