forked from rogeruiz/scuttle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.26 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
{
"name": "scuttle",
"version": "0.0.1",
"description": "Mermaid-based flow charts and diagrams using the US Draft Web Design Standards",
"main": "gulpfile.js",
"scripts": {
"prestart": "gulp clean",
"start": "gulp server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rogeruiz/scuttle.git"
},
"author": "Roger Steve Ruiz <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rogeruiz/scuttle/issues"
},
"homepage": "https://github.com/rogeruiz/scuttle#readme",
"devDependencies": {
"babel-core": "^6.10.4",
"save-svg-as-png": "git://github.com/exupero/saveSvgAsPng#f56023b",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2016": "^6.11.0",
"babelify": "^7.3.0",
"browser-sync": "^2.15.0",
"browserify": "^13.0.1",
"connect": "^3.4.1",
"del": "^2.2.1",
"figlet": "^1.1.2",
"gulp": "^3.9.1",
"gulp-sass": "^2.3.2",
"gulp-util": "^3.0.7",
"mermaid": "^6.0.0",
"mustache": "^2.2.1",
"node-notifier": "^4.6.0",
"node-sass": "^3.8.0",
"serve-static": "^1.11.1",
"through2": "^2.0.1",
"uswds": "^0.9.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}