-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 919 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
{
"name": "angularJS-linemanJS-meetup-demo",
"title": "An HTML/JS/CSS app using Angular.JS",
"version": "0.0.1",
"private": true,
"author": {
"name": "Julia Jacobs",
"company": "Rackspace"
},
"dependencies": {
"express": "^3.5.0",
"lodash": "~2.4.1",
"coffee-script": "^1.7.1",
"ejs": "^1.0.0"
},
"devDependencies": {
"protractor": ">=0.8.0",
"jasmine-given": "~2.1.0",
"lineman": "git://github.com/linemanjs/lineman.git#grunt-contrib-watch",
"lineman-livereload": "git://github.com/linemanjs/lineman-livereload.git",
"lineman-angular": ">= 0.2.0",
"lineman-less": "0.0.1",
"lineman-bower": "0.0.3",
"lineman-coffeelint": "^0.1.1",
"lineman-docs": "0.0.6",
"open": "0.0.4",
"grunt-open": "^0.2.3",
"grunt": "^0.4.4",
"grunt-shell": "^0.6.4"
},
"scripts": {
"start": "lineman run",
"test": "lineman spec-ci"
}
}