-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 813 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 813 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
36
{
"name": "freefootie",
"version": "0.0.1",
"repository": "https://github.com/ConCode/FreeFootie",
"dependencies": {
"mongojs": "~0.9.8",
"q": "^1.0.0",
"express": "^3.4.8"
},
"devDependencies": {
"connect-livereload": "^0.3.2",
"gulp-autoprefixer": "0.0.6",
"gulp-less": "^1.2.1",
"gulp-livereload": "^1.2.0",
"open": "0.0.4",
"rimraf": "^2.2.6",
"colors": "^0.6.2",
"gulp": "^3.5.5",
"nodemon": "^1.0.15",
"nodeunit": "~0.8.1",
"express": "~3.4.4",
"less-middleware": "~0.1.14",
"autoprefixer": "*",
"mongojs": "~0.9.8",
"q": "~1.0.0",
"ionic": "^0.9.16",
"bun": "0.0.10",
"stream-combiner": "0.0.4"
},
"engines": {
"node": "~0.10"
},
"scripts": {
"test": "echo 'TODO: make some tests, bro!'"
}
}