-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.04 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.04 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
39
40
41
42
{
"name": "timeline",
"version": "0.1.0",
"description": "",
"main": "myapp.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/aaroncrows/AngularTimeline.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/aaroncrows/AngularTimeline/issues"
},
"homepage": "https://github.com/aaroncrows/AngularTimeline",
"dependencies": {
"angular": "^1.3.14",
"angular-route": "^1.3.14",
"express": "^4.12.2",
"mongoose": "^3.8.24"
},
"devDependencies": {
"angular": "^1.3.15",
"angular-route": "^1.3.15",
"body-parser": "^1.12.0",
"chai": "^2.1.0",
"chai-http": "^1.0.0",
"grunt": "^0.4.5",
"grunt-browserify": "^3.5.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jscs": "^1.5.0",
"grunt-sass": "^0.18.1",
"mocha": "^2.1.0",
"morgan": "^1.5.1"
}
}