-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 616 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 616 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "technologyconversations.github.io",
"private": true,
"description": "BDD Assistant product page",
"repository": "https://github.com/TechnologyConversations/technologyconversations.github.io",
"license": "MIT",
"devDependencies": {
"karma": "~0.10",
"protractor": "~0.17.0",
"http-server": "^0.6.1",
"bower": "^1.3.1",
"shelljs": "^0.2.6",
"less": "^1.7.3"
},
"dependencies": {
"http-server": "^0.6.1",
"bower": "^1.3.1",
"grunt": "^0.4.5"
},
"scripts": {
"postinstall": "./node_modules/bower/bin/bower install",
"start": "http-server"
}
}