forked from jazzband/django-silk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1015 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
{
"name": "silk",
"version": "1.0.0",
"description": "[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jazzband/silk?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)",
"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/silk.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jazzband/silk/issues"
},
"homepage": "https://github.com/jazzband/silk",
"devDependencies": {
"async": "^1.2.0",
"babel-core": "^5.5.3",
"babel-loader": "^5.1.4",
"gulp": "^3.8.10",
"gulp-rename": "^1.2.2",
"gulp-scss": "^1.1.1",
"gulp-shell": "^0.4.2",
"gulp-util": "^3.0.5",
"gulp-webpack": "^1.4.0",
"node-libs-browser": "^0.5.2",
"q": "^1.4.1",
"underscore": "^1.8.3",
"webpack": "^1.9.10"
}
}