forked from byteclubfr/uncloak
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 851 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
{
"name": "uncloak",
"version": "1.1.2",
"description": "reveal.js themes editor",
"main": "index.js",
"scripts": {
"test": "mocha --check-leaks",
"build": "babel --source-maps --out-dir lib src",
"prepublish": "npm run build",
"start": "supervisor server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/byteclubfr/uncloak.git"
},
"author": "Delapouite",
"license": "MIT",
"bugs": {
"url": "https://github.com/byteclubfr/uncloak/issues"
},
"homepage": "https://github.com/byteclubfr/uncloak",
"devDependencies": {
"babel": "^5.8.23",
"expect": "^1.6.0",
"mocha": "^2.1.0"
},
"dependencies": {
"angular": "^1.4.5",
"body-parser": "^1.12.0",
"express": "^4.12.0",
"node-sass": "^3.3.3",
"reveal.js": "^3.0.0",
"supervisor": "^0.10.0"
}
}