This repository has been archived by the owner on Jan 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
64 lines (64 loc) · 1.75 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
{
"name": "node-sdk-backbone-app",
"version": "0.3.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "grunt tests",
"start": "node index.js"
},
"engines": { "node": "0.12.x" },
"repository": {
"type": "git",
"url": "https://github.com/salesforcefuel/node-sdk-backbone-app.git"
},
"author": "Drew Simmons",
"private": true,
"license": "ISC",
"dependencies": {
"body-parser": "^1.4.3",
"compression": "^1.0.8",
"config": "^0.4.36",
"errorhandler": "^1.1.1",
"express": "^4.6.1",
"express-less-middleware": "^1.1.3",
"express-session": "^1.6.5",
"express3-handlebars": "^0.5.0",
"graceful-fs": "^3.0.2",
"jwt-simple": "^0.3.0",
"method-override": "^2.1.1",
"request": "^2.57.0",
"fuelsdk-node": "^1.0.0"
},
"devDependencies": {
"matchdep": "~0.3.0",
"grunt": "~0.4.2",
"grunt-karma": "~0.6.2",
"karma-chrome-launcher": "~0.1.2",
"karma-script-launcher": "~0.1.0",
"karma-firefox-launcher": "~0.1.3",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.5",
"karma-coffee-preprocessor": "~0.1.2",
"requirejs": "~2.1.9",
"karma-requirejs": "~0.2.1",
"karma-phantomjs-launcher": "~0.1.1",
"karma": "~0.10.9",
"karma-coverage": "~0.1.4",
"karma-chai": "0.0.2",
"karma-mocha": "0.1.3",
"karma-sinon": "~1.0.0",
"mocha": "~1.16.2",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-less": "~0.9.0",
"grunt-complexity": "~0.1.3",
"grunt-contrib-imagemin": "~0.4.0",
"chai": "~1.8.1",
"sinon": "~1.7.3",
"grunt-text-replace": "~0.3.11",
"grunt-git-describe": "~2.3.2",
"grunt-bump": "0.0.13"
}
}