forked from Canddi/CANDDi_ai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1009 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": "canddi_ai",
"version": "1.0.0",
"description": "CANDDi_ai access to intelligence services",
"private": true,
"main": "echo \"Error: no main specified\" && exit 1",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Canddi/CANDDi_ai"
},
"keywords": [
"canddi"
],
"author": "canddi",
"license": "ISC",
"homepage": "http://www.canddi.ai",
"devDependencies": {
"grunt": "^1.0.2",
"grunt-composer": "^0.4.0",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-env": "^0.4.1",
"grunt-exec": "^0.4.6",
"grunt-phplint": "^0.1.0",
"grunt-phpunit": "^0.3.4",
"grunt-string-replace": "^1.3.1",
"grunt-php-cs-fixer": "git+https://github.com/WalshyDev/grunt-php-cs-fixer.git",
"grunt-phpcs": "git+https://github.com/Deep-Web-Technologies/grunt-phpcs.git",
"grunt-phpunit-runner": "^0.1.9",
"matchdep": "^2.0.0"
}
}