forked from softwaremill/scalar-conf-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 958 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
{
"name": "scalar-conference-website",
"version": "1.0.0",
"description": "scalar-conference-website",
"dependencies": {
"grunt-contrib-pug": "^2.0.0",
"jstransformer-markdown": "^1.1.0",
"pug": "^2.0.0-alpha6"
},
"devDependencies": {
"grunt": "^1.0.3",
"grunt-cli": "^1.3.2",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-pug": "^2.0.0",
"grunt-contrib-stylus": "~1.2.0",
"grunt-contrib-uglify": "~4.0.0",
"grunt-contrib-watch": "^1.1.0",
"http-server": "^0.12.1",
"jstransformer-marked": "^1.0.1",
"marked": "^0.3.5",
"pug": "^2.0.0-alpha6",
"pygmentize": "^0.5.3",
"pygmentize-bundled": "^2.3.0",
"stylus": "~0.32.1"
},
"repository": {
"type": "git",
"url": "git://github.com/marynaaleksandrova/static-app-template.git"
},
"scripts": {
"start:dev": "grunt watch",
"serve": "http-server ./dist"
},
"author": "Softwaremill",
"license": "MIT"
}