-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·38 lines (38 loc) · 1.09 KB
/
package.json
File metadata and controls
executable file
·38 lines (38 loc) · 1.09 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
{
"name": "Linaro-terms-dictionary",
"version": "1.0.0",
"description": "A collection of Linaro terms and definitions",
"main": "app.js",
"scripts": {
"predebug": "grunt",
"debug": "xdg-open http://localhost:8080/debug?5858 & node-inspector & node --debug app",
"predebug1": "grunt",
"debug1": "xdg-open http://localhost:3000 & xdg-open http://localhost:8080/debug?5858 & node-inspector & node --debug app",
"prestart": "grunt",
"start": "node app",
"predev": "grunt",
"dev": "xdg-open http://localhost:3000 & node-dev app & grunt watch",
"dontest": "xdg-open http://localhost:3000 & node app"
},
"keywords": [
"ski",
"terms",
"dictionary"
],
"author": "don harbin",
"license": "MIT",
"dependencies": {
"body-parser": "^1.14.1",
"cors": "^2.7.1",
"express": "^4.13.3",
"jquery": "^2.1.4"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-autoprefixer": "^3.0.3",
"grunt-browserify": "^4.0.1",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-watch": "^0.6.1"
}
}