-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.83 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "fxos-todo-couchdb-sync",
"version": "1.0.0",
"description": "app to organize todos",
"main": "index.js",
"scripts": {
"test": "eslint",
"sass": "./node_modules/node-sass/bin/node-sass app/styles/scss/app.scss > app/styles/bundle/app.css",
"http": "python -m SimpleHTTPServer 8000",
"https": "./node_modules/local-web-server/bin/cli.js -d build/ --key _assets/ws.key --cert _assets/ws.crt",
"chrome": "/usr/bin/google-chrome --user-data-dir=/tmp/foo --ignore-certificate-errors --unsafely-treat-insecure-origin-as-secure=https://127.0.0.1:8000"
},
"repository": {
"type": "git",
"url": "https://213.144.130.1:3000/peponi/fxos-app-todo-couchdb-sync"
},
"author": "peponi",
"license": "ISC",
"dependencies": {
"fecha": "^2.1.0",
"knockout": "^3.4.0",
"lodash": "^4.11.2",
"pouchdb": "^5.3.2"
},
"devDependencies": {
"eslint": "^2.9.0",
"eslint-config-airbnb": "^8.0.0",
"eslint-plugin-no-unsafe-innerhtml": "^1.0.14",
"eslint-plugin-scanjs-rules": "^0.1.4",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-bless": "^3.0.1",
"gulp-cached": "^1.1.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-csscomb": "^3.0.3",
"gulp-eslint": "^2.0.0",
"gulp-html-replace": "^1.6.0",
"gulp-htmllint": "0.0.8",
"gulp-htmlmin": "^2.0.0",
"gulp-if": "^2.0.0",
"gulp-manifest": "^0.1.1",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.1",
"gulp-scss-lint": "^0.4.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-strip-debug": "^1.0.2",
"gulp-symlink": "^2.1.2",
"gulp-sync": "^0.1.4",
"gulp-todo": "^4.1.0",
"gulp-uglify": "^1.1.0",
"gulp-watch": "^4.1.1",
"local-web-server": "^1.2.6",
"node-sass": "^3.7.0",
"pa11y": "^4.0.0",
"phantomjs": "^2.1.7"
}
}