-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 879 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 879 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
{
"name": "conemoapp",
"version": "1.3.31",
"dependencies": {
"angular": "=1.4.7",
"angular-dynamic-locale": "^0.1.29",
"angular-resource": "=1.4.7",
"angular-route": "=1.4.7",
"angular-sanitize": "=1.4.7",
"cache_and_sync_love": "0.2.x",
"cordova": "=6.0.0",
"jquery": "=1.11.3",
"moment": "=2.10.6"
},
"devDependencies": {
"angular-mocks": "=1.4.7",
"bower": "^1.7.0",
"chai": "^3.2.0",
"eslint": "^1.9.0",
"mocha": "^2.2.5",
"fs-extra": "^0.26.3",
"sync-request": "^2.1.0",
"testem": "^0.8.5"
},
"scripts": {
"build": "./node_modules/.bin/cordova build android",
"install:android": "./node_modules/.bin/cordova run android",
"install:browser": "./node_modules/.bin/cordova run browser",
"test": "./node_modules/.bin/testem",
"test:ci": "./node_modules/.bin/testem ci"
}
}