-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 934 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": "EverestJs",
"version": "1.1.1-alpha",
"authors": [
"Alain Mereaux <[email protected]>"
],
"description": "A javascript REST API client for the browser.",
"main": "lib/everest.js",
"repository": {
"type": "git",
"url": "https://github.com/PulsarBlow/everestjs"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/PulsarBlow/everestjs/issues"
},
"scripts": {
"test": "grunt travis --verbose"
},
"homepage": "https://github.com/PulsarBlow/everestjs",
"devDependencies": {
"grunt": "~0.4",
"grunt-cli": "~0.1",
"grunt-contrib-uglify": "~0.5",
"grunt-contrib-requirejs": "~0.4",
"grunt-contrib-jasmine": "~0.7.0",
"grunt-template-jasmine-requirejs": "~0.2.0",
"grunt-contrib-connect": "~0.8.0",
"requirejs": "~2.1",
"jasmine-ajax": "~2.0.1",
"bower": "~1.3",
"grunt-version": "~0.3.0",
"grunt-preprocess": "~4.0.0"
}
}