-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
63 lines (63 loc) · 2.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "activation-client",
"version": "0.0.1",
"description": "A seed project for Neosavvy Angular JS applications.",
"repository": {
"type": "git",
"url": "git://github.com/neosavvyinc/angular-seedling.git"
},
"keywords": [
"neosavvy",
"angular",
"angularjs",
"turnkey"
],
"author": "Neosavvy, Inc.",
"license": "MIT",
"gitHead": "e66c2dfae95ba24ea0286b573f357b2892b22eef",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "0.4.1",
"grunt-bower-task": "0.3.2",
"grunt-nodemon": "0.1.1",
"grunt-contrib-concat": "0.3.0",
"grunt-contrib-uglify": "0.2.4",
"grunt-contrib-qunit": "0.2.2",
"grunt-contrib-jshint": "0.6.4",
"grunt-contrib-watch": "0.5.3",
"express": "3.4.0",
"http-proxy": "0.10.3",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-copy": "0.4.1",
"grunt-shell": "0.4.0",
"grunt-concurrent": "0.4.0",
"grunt-open": "0.2.2",
"karma": "0.10.1",
"karma-coverage": "0.1.0",
"karma-junit-reporter": "0.1.0",
"grunt-karma": "0.6.1",
"karma-jasmine": "0.1.0",
"karma-requirejs": "0.2.1",
"karma-chrome-launcher": "0.1.2",
"karma-firefox-launcher": "0.1.3",
"karma-phantomjs-launcher": "0.1.2",
"karma-script-launcher": "0.1.0",
"dev-rest-proxy": "0.1.0",
"protractor": "0.10.0",
"grunt-protractor-runner": "0.2.4",
"grunt-contrib-sass": "0.5.0",
"karma-ng-html2js-preprocessor": "0.1.0",
"karma-coffee-preprocessor": "0.1.0",
"grunt-contrib-compress": "0.5.2",
"grunt-htmlrefs": "0.4.2",
"grunt-text-replace": "0.3.8",
"grunt-angular-templates": "0.4.7",
"grunt-rename": "0.1.3"
},
"paths": {
"libraries": "src/main/resources/lib",
"buildOutputDirectory": "target",
"sourceDirectory": "src/main/resources",
"testDirectory": "src/test/resources"
}
}