-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 931 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": "ase-chat",
"version": "1.0.0",
"description": "Stylized conversation content driven by Aesop Story Engine.",
"homepage": "https://github.com/peiche/chat-for-aesop-story-engine",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/peiche/chat-for-aesop-story-engine.git"
},
"keywords": [
"wordpress"
],
"author": {
"name": "Paul Eiche",
"email": "peiche@gmail.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/peiche/chat-for-aesop-story-engine/issues"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-autoprefixer": "^1.0.1",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-copy": "0.7.0",
"grunt-contrib-sass": "~0.8.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-pot": "^0.2.1",
"grunt-scss-lint": "^0.3.3"
}
}