-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (30 loc) · 1.05 KB
/
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
{
"name" : "Tessitura",
"version" : "0.1.0",
"repository" : "https://github.com/danascheider/tessitura-front-end",
"description" : "Career management app for classical singers",
"scripts" : {
"test" : "jasmine-node spec --forceexit"
},
"dependencies" : {
"jquery" : "~2.1.3",
"jquery.cookie" : "~1.4.1",
"underscore" : "~1.8.2",
"backbone" : "~1.2.1",
"bootstrap" : "~3.3.4",
"googleapis" : "~2.0.4",
"google-auth-library" : "~0.9.6",
"moment" : "~2.10.3"
},
"devDependencies": {
"browserify" : "~9.0.3",
"codeclimate-test-reporter" : "~0.1.0",
"istanbul" : "~0.3.17",
"jasmine-node" : "~1.14.3",
"jasmine-jquery-matchers" : "~0.0.1",
"jasmine-tagged" : "~1.1.4",
"jsdom" : "~4.0.2",
"minifyify" : "~6.3.2",
"xmlhttprequest" : "~1.7.0"
}
}