forked from LinkedInAttic/hopscotch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 896 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
{
"name": "hopscotch",
"version": "0.1.2",
"description": "A framework to make it easy for developers to add product tours to their pages.",
"main": "Gruntfile.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/linkedin/hopscotch.git"
},
"author": "Gordon Koo",
"license": "Apache 2.0",
"readmeFilename": "README.md",
"gitHead": "d904b51ed9eefc88b655fff5d9367710e6ff4223",
"bugs": {
"url": "https://github.com/linkedin/hopscotch/issues"
},
"devDependencies": {
"grunt": "~0.4.1",
"uglify-js": "~2.3.6",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-less": "~0.6.4",
"grunt-contrib-jshint": "~0.6.0",
"mocha-phantomjs": "~3.1.0",
"grunt-shell": "~0.3.1",
"grunt-contrib-watch": "~0.5.1"
}
}