-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 918 Bytes
/
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
{
"name": "project",
"version": "1.0.0",
"private": false,
"scripts": {
"start": "node --harmony app.js",
"postinstall": "node node_modules/bower/bin/bower install",
"test": "node --harmony node_modules/intern/bin/intern-client config=tests/intern"
},
"repository": {
"type": "git",
"url": "https://bitbucket.org/uonse/final-year-project/"
},
"dependencies": {
"bower": "^1.4.1",
"browser-sync": "^2.8.2",
"compression": "^1.4.3",
"express": "^4.12.3",
"gulp": "^3.9.0",
"gulp-exec": "^2.1.1",
"gulp-jshint": "^1.11.2",
"gulp-less": "^3.0.3",
"gulp-nodemon": "^2.0.4",
"jshint-stylish": "^2.0.1",
"less-middleware": "^2.0.1",
"serve-favicon": "^2.2.0"
},
"engines": {
"node": "^0.12.x"
},
"devDependencies": {
"intern": "^2.2.2",
"json-server": "^0.7.25",
"less": "^2.5.1",
"object-assign": "^4.0.1"
}
}