-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 1.82 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "sane-cli",
"version": "0.0.24",
"trackingCode": "UA-46963158-10",
"description": "A command-line tool for creating full stack sails-ember applications using docker",
"main": "bin/sane",
"scripts": {
"lint": "eslint bin/sane lib tests",
"pretest": "npm run lint",
"test": "node tests/runner",
"test-all": "node tests/runner all",
"autotest": "mocha --watch --reporter spec tests/**/*Test.js"
},
"bin": {
"sane": "./bin/sane"
},
"repository": {
"type": "git",
"url": "https://github.com/artificialio/sane"
},
"keywords": [
"sane",
"sane-cli",
"ember",
"ember.js",
"sails",
"sails.js",
"full-stack",
"fullstack",
"javascript",
"cli",
"docker",
"fig"
],
"author": "Markus Padourek <[email protected]> (http://artificial.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/artificialio/sane/issues"
},
"homepage": "http://sanestack.com",
"dependencies": {
"captains-log": "^0.11.11",
"chalk": "~1.0.0",
"child-process-promise": "^1.0.1",
"commander": "~2.6.0",
"configstore": "^0.3.1",
"ember-cli": "~0.2.1",
"exit": "^0.1.2",
"fs-extra": "~0.16.3",
"handlebars": "~3.0.0",
"leek": "0.0.18",
"node-uuid": "^1.4.2",
"npm-which": "^2.0.0",
"pleasant-progress": "^1.0.2",
"pluralize": "^1.1.2",
"readline-sync": "^0.7.3",
"resolve": "^1.0.0",
"traceur": "0.0.87",
"walk-sync": "~0.1.3",
"which": "^1.0.9",
"yam": "0.0.18"
},
"devDependencies": {
"babel-eslint": "^2.0.2",
"chai": "^1.9.1",
"chai-as-promised": "^4.1.1",
"eslint": "^0.20.0",
"glob": "4.0.5",
"lodash": "^3.6.0",
"mocha": "^2.0.1",
"node-require-timings": "0.0.2",
"rsvp": "^3.0.14",
"tmp-sync": "^1.0.1"
},
"preferGlobal": true
}