-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 944 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 944 Bytes
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": "extension",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"dependencies": {
"ddp": "git://github.com/Reggino/node-ddp-client.git",
"handlebars": "^3.0.3",
"html2canvas": "^0.5.0-alpha2"
},
"devDependencies": {
"browserify": "^10.2.0",
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0",
"gulp-concat": "^2.5.2",
"gulp-less": "^3.0.3",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.2.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mathieudutour/extension.git"
},
"author": "Mathieu Dutour <mathieu@dutour.me> (http://mathieu.dutour.me/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/mathieudutour/extension/issues"
},
"homepage": "https://github.com/mathieudutour/extension"
}