-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
40 lines (40 loc) · 1.09 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
{
"name": "obsidian-api",
"version": "2.1.0",
"description": "Integration API for Wanadev's obsidian projects",
"main": "lib/index.js",
"scripts": {
"test": "grunt test",
"lint": "grunt jshint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wanadev/obsidian-api.git"
},
"author": "Wanadev <http://www/wanadev.fr/>",
"license": "BSD-3-Clause",
"dependencies": {
"abitbol": "^2.1.1",
"lodash": "^4.17.21",
"q": "^1.5.1"
},
"devDependencies": {
"enlightme": "^0.2.0",
"expect.js": "^0.3.1",
"express": "^4.18.2",
"grunt": "^1.6.1",
"grunt-browserify": "^6.0.0",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-shell": "^4.0.0",
"mocha": "^11.0.1",
"mocha-headless-chrome": "^4.0.0",
"pm2": "^5.3.0",
"serve-static": "^1.15.0"
},
"enlightme": {
"appName": "Obsidian API"
}
}