-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.13 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "protocore-webpack-edition",
"version": "0.0.3",
"author": "Ashwin Hegde",
"description": "Protocore-webpack-edition is special Webpack implementation edition of Protocore project.",
"contributors": [
{
"name": "Ashwin Hegde",
"email": "http://github.com/hegdeashwin"
}
],
"repository": {
"type": "git",
"url": "http://github.com/hegdeashwin/protocore-webpack-edition"
},
"issues": {
"url": "http://github.com/hegdeashwin/protocore-webpack-edition/issues?state=open"
},
"milestones": {
"url": "http://github.com/hegdeashwin/protocore-webpack-edition/issues/milestones"
},
"releases": {
"url": "http://github.com/hegdeashwin/protocore-webpack-edition/releases"
},
"wiki": {
"url": "http://github.com/hegdeashwin/protocore-webpack-edition/wiki"
},
"scripts": {
"start": "node server.js",
"dev": "webpack -d --watch",
"build": "webpack -p"
},
"dependencies": {
"body-parser": "~1.14.2",
"cookie-parser": "~1.3.2",
"crossroads": "^0.12.2",
"express": "~4.13.4",
"handlebars": "3.0.3",
"handlebars-loader": "^1.4.0",
"hasher": "1.2.0",
"jquery": "^2.1.4",
"morgan": "~1.6.0",
"signals": "1.0.0"
},
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"chai": "^3.0.0",
"css-loader": "^0.23.1",
"csslint-loader": "^0.2.1",
"file-loader": "^0.9.0",
"handlebars-loader": "^1.1.4",
"html-webpack-plugin": "^2.22.0",
"jscs-loader": "^0.2.0",
"jshint": "^2.8.0",
"jshint-loader": "^0.8.3",
"json-loader": "^0.5.4",
"less": "^2.5.3",
"less-loader": "^2.2.2",
"mocha": "^2.2.5",
"style-loader": "^0.13.0",
"webpack": "^1.13.2"
},
"keywords": [
"webpack",
"javascript",
"jquery",
"framework",
"web",
"rest",
"restful",
"node",
"express",
"architecture"
],
"engines": {
"node": ">=6.0.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://raw.github.com/hegdeashwin/protocore-webpack-edition/master/LICENSE"
}
]
}