-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.28 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
{
"name": "neosavvy-javascript-core",
"version": "0.1.3",
"author": {
"name": "Neosavvy, Inc."
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-watch": "~0.5.1",
"karma": "~0.10.1",
"grunt-karma": "~0.6.1",
"karma-jasmine": "*",
"karma-requirejs": "*",
"karma-coffee-preprocessor": "*",
"karma-chrome-launcher": "*",
"karma-firefox-launcher": "*",
"karma-phantomjs-launcher": "*",
"karma-script-launcher": "*",
"karma-coverage": "~0.1",
"grunt-contrib-yuidoc": "~0.5.0",
"grunt-nodemon": "~0.1.1",
"express": "~3.4.0",
"grunt-open": "~0.2.2",
"grunt-concurrent": "~0.4.0",
"grunt-bower-task": "~0.3.2",
"grunt-contrib-copy": "~0.4.1",
"grunt-shell": "~0.4.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-ngdocs": "~0.1.7",
"grunt-contrib-jshint": "~0.6.4",
"http-proxy": "~0.10.3"
},
"paths": {
"libraries": "src/main/resources/lib",
"testLibraries": "src/test/resources/lib",
"buildOutputDirectory": "target",
"sourceDirectory": "src/main/resources",
"testDirectory": "src/test/resources"
},
"testPaths": {
"libraries": "src/test/resources/lib"
}
}