-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.08 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
{
"name": "CtPaint-App",
"version": "1.0.0",
"description": "An in-browser image editor",
"main": "gulpFile.coffee",
"repository": {
"type": "git",
"url": "https://github.com/Program-House/CtPaint-App"
},
"keywords": [],
"dependencies": {
"amazon-cognito-identity-js": "^1.19.0",
"cryptico": "^1.0.2",
"elm": "^0.18.0",
"elm-css": "^0.6.1",
"js-sha256": "^0.5.0",
"lodash": "^4.17.4"
},
"devDependencies": {
"browserify": "^13.0.0",
"express": "^4.13.4",
"gulp": "^3.9.1",
"gulp-coffeelint": "^0.6.0",
"gulp-copy": "^1.0.0",
"gulp-util": "^3.0.8",
"prettier-eslint": "^8.8.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp",
"get-client": "node get-client.js",
"loc": "cd source && find . -name '*.elm' | xargs wc -l && find . -name '*.styl' | xargs wc -l && find . -name '*.coffee' | xargs wc -l && find . -name '*.js' | xargs wc -l && cd ../"
},
"author": "Chadtech [email protected]"
}