-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 971 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": "stellar-stories",
"version": "0.2.0",
"description": "Assembles Stellar stories together. A happy marriage of content and storyteller.js",
"private": true,
"directories": {
"doc": "docs"
},
"dependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/stellar/stories"
},
"author": "Stellar Development Foundation",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/stellar/stories/issues"
},
"homepage": "https://github.com/stellar/stories",
"devDependencies": {
"bower": "^1.3.12",
"browser-sync": "^2.4.0",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-bower": "0.0.10",
"gulp-rename": "^1.2.0",
"gulp-rev": "^3.0.1",
"gulp-sass": "^3.1.0",
"gulp-util": "^3.0.4",
"lodash": "^3.5.0",
"run-sequence": "^1.0.2",
"vinyl-map": "^1.0.1",
"which": "^1.0.9"
}
}