-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 749 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 749 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
{
"name": "angular-lineman-startapp",
"title": "Start app",
"description": "Advanced web development toolkit based on Lineman JS",
"version": "0.0.1",
"private": true,
"author": {
"name": "George Ilie",
"company": "2hats.net"
},
"devDependencies": {
"coffee-script": "~1.6.3",
"jasmine-given": "~2.1.0",
"lineman": ">= 0.28.0",
"lineman-angular": ">= 0.2.0",
"lineman-less": "0.0.1",
"lineman-bower": "0.0.3",
"sqlite3": "~2.2.0",
"protractor": "^0.23.1"
},
"scripts": {
"start": "lineman run",
"test": "lineman spec-ci"
},
"dependencies": {
"socket.io": "^1.1.0",
"colors": "^0.6.2",
"mongoose": "^4.3.4",
"express-csv": "^0.6.0",
"lodash": "^4.0.1"
}
}