forked from jazzband/django-silk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.01 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
{
"name": "silk",
"version": "4.1.0",
"description": "https://github.com/jazzband/django-silk",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jazzband/django-silk.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jazzband/django-silk/issues"
},
"homepage": "https://github.com/jazzband/django-silk",
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"async": "^3.1.1",
"babel-loader": "^8.0.6",
"gulp": "^4.0.2",
"gulp-load-plugins": "^2.0.2",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.2",
"gulp-shell": "^0.7.1",
"gulp-util": "^3.0.5",
"gulp-webpack": "^1.4.0",
"node-libs-browser": "^2.2.1",
"q": "^1.4.1",
"underscore": "^1.8.3",
"webpack": "^4.41.5"
},
"dependencies": {
"node-sass": "^4.13.1"
}
}