-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1000 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
{
"name": "pulsar-docs",
"repository": {
"type": "git",
"url": "https://github.com/jadu/pulsar-docs.git"
},
"scripts": {
"start": "docker-compose up -d && grunt",
"stop": "docker-compose down"
},
"devDependencies": {
"aliasify": "^1.9.0",
"babel-core": "^6.26.0",
"babel-istanbul": "^0.12.2",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-register": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "10.0.0",
"browserify-shim": "^3.8.9",
"grunt": "^1.1.0",
"grunt-autoprefixer": "^3.0.4",
"grunt-browserify": "^5.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-sass": "^2.0.0",
"jadu-pulsar": "github:jadu/pulsar#12.0.0-beta.1",
"jquery.toc": "^0.4.0",
"matchdep": "^1.0.1"
},
"dependencies": {}
}