-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 822 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 822 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
{
"name": "katalog",
"version": "0.0.1",
"description": "Classroom practice coding tool",
"author": "amsellem.yves@gmail.com",
"repository": {
"type": "git",
"url": "https://github.com/yamsellem/katalog.git"
},
"scripts": {
"start": "webpack-dev-server -d --inline --watch-poll --port 3000"
},
"dependencies": {
"brace": "0.7.x",
"jquery": "2.2.x",
"lodash": "4.x",
"operative": "0.4.x",
"acorn": "3.0.x"
},
"devDependencies": {
"chai": "x",
"css-loader": "0.23.x",
"extract-text-webpack-plugin": "1.0.x",
"sass-loader": "3.1.x",
"node-sass": "3.4.x",
"style-loader": "0.13.x",
"webpack": "x",
"webpack-dev-server": "x"
},
"license": "MIT"
}