-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
38 lines (38 loc) · 1.16 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
{
"name": "snapwat",
"version": "1.0.0",
"description": "A image/video doodling app for the web. A progressive web app demo.",
"scripts": {
"start": "node devServer",
"watch": "watch 'npm run build' ./src",
"build": "node build && echo 'Build complete'",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "git subtree push --prefix public origin gh-pages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/samsunginternet/snapwat.git"
},
"author": "Peter O'Shaughnessy, Samsung Internet",
"license": "MIT",
"bugs": {
"url": "https://github.com/samsunginternet/snapwat/issues"
},
"homepage": "https://github.com/samsunginternet/snapwat#readme",
"devDependencies": {
"babel-preset-es2015": "6.9.0",
"babel-preset-es2015-rollup": "^1.1.1",
"express": "^4.14.0",
"glob-all": "^3.1.0",
"rollup": "^0.34.7",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-commonjs": "^3.3.1",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-replace": "^1.1.1",
"watch": "^0.19.1"
},
"dependencies": {
"blueimp-load-image": "^2.13.1",
"hellojs": "^1.13.4"
}
}