-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 857 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
38
{
"name": "bowers-nest",
"version": "1.0.1",
"description": "A Bower registry written for node and express with SQLite3",
"main": "server.js",
"scripts": {
"test": "none yet"
},
"repository": {
"type": "git",
"url": "https://github.com/presidenten/bowers-nest"
},
"keywords": [
"Bower",
"Registry",
"Repository",
"NodeJS",
"SQLite3"
],
"author": "Johan Hernefeldt",
"license": "MIT",
"dependencies": {
"express": "~3.4.2",
"sqlite3": "~2.1.17"
},
"devDependencies": {
"grunt": "~0.4.1",
"matchdep": "~0.3.0",
"grunt-contrib-jshint": "~0.6.4",
"supertest": "~0.8.0",
"jasmine-node": "~1.11.0",
"grunt-jasmine-node": "~0.1.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-text-replace": "~0.3.8",
"request": "~2.27.0",
"request-progress": "~0.3.1"
}
}