-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 985 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 985 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
33
34
35
{
"name": "store-converter",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"dustjs-linkedin": "^2.7.1",
"express": "^4.12.4"
},
"devDependencies": {
"browserify-dustjs": "^0.1.1",
"dustjs-browserify": "^1.0.0",
"dustjs-helpers": "^1.7.1",
"dustjs-linkedin": "^2.7.1",
"grunt-browserify": "^3.8.0",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-watch": "^0.6.1",
"jshint": "^2.7.0",
"load-grunt-tasks": "^3.2.0",
"time-grunt": "^1.2.1"
},
"browser": {
"jquery": "./app/vendor/jquery/dist/jquery.js",
"backbone": "./app/vendor/backbone/backbone.js",
"lodash": "./app/vendor/lodash/lodash.js",
"underscore": "./app/vendor/underscore/underscore.js",
"bluebird": "./app/vendor/bluebird/js/browser/bluebird.js",
"csv-js": "./app/vendor/csv-js/csv.js"
}
}