-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.91 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.91 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "cordjs-example-project",
"version": "0.1.0",
"description": "CordJS Framework Example Project (Skeleton)",
"main": "server.coffee",
"repository": "https://github.com/cordjs/example-project",
"dependencies": {
"amdefine": "~0.1.0",
"asap": "~2.0.3",
"async": "~0.1.18",
"browser-request": "^0.3.3",
"clean-css": "~2.0.1",
"commander": "~2.0.0",
"cookies": "~0.3.2",
"dustjs-helpers": "~1.1.2",
"dustjs-linkedin": "~2.3.2",
"eventemitter3": "0.1.5",
"fs.extra": "~1.2.0",
"ip": "^0.3.3",
"lodash": "~2.4.1",
"mkdirp": "~0.3.5",
"moment": "2.10.3",
"nib": "~1.0.1",
"node-static": "~0.7.1",
"pathwatcher": "~4.4.0",
"request": "2.55",
"riveter": "git://github.com/ifandelse/riveter.git#0cffebb92117c88543cb4359fb9fd69c2d65dd22",
"stylus": "~0.41.3",
"uglify-js": "~2.4.1",
"underscore": "1.8.3",
"validator": "^4.0.5",
"walk": "~2.2.1"
},
"devDependencies": {
"cassert": "^0.1.2",
"chai": "^3.2.0",
"chai-spies": "^0.7.0",
"coffee-script": "~1.9.1",
"cordjs-zone": "~0.3.1",
"cordova": "~5.0.*",
"cordova-android": "~4.0.*",
"grunt": "~0.4.4",
"grunt-cli": "0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.6.0",
"grunt-contrib-rename": "0.0.3",
"grunt-contrib-watch": "^0.6.1",
"grunt-cordovacli": "^0.5.1",
"grunt-exec": "^0.4.6",
"grunt-mocha-cli": "^1.14.0",
"grunt-mocha-test": "^0.10.2",
"grunt-replace": "0.8.*",
"grunt-symlink": "^0.4.0",
"grunt-xmlpoke": "^0.6.0",
"grunt-remove": "^0.1.0",
"mocha": "^2.2.5",
"q": "^1.0.1",
"should": "^7",
"sinon": "^1.16.1",
"ws": "^0.4.32"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "grunt publish-vendors"
},
"keywords": [
"cordjs",
"example",
"skeleton"
],
"author": "Megaplan LLC"
}