forked from LinkedInAttic/hopscotch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.57 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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "hopscotch",
"version": "0.3.1",
"description": "A framework to make it easy for developers to add product tours to their pages.",
"main": "dist/js/hopscotch.min.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt test",
"build": "grunt build"
},
"repository": {
"type": "git",
"url": "git://github.com/linkedin/hopscotch.git"
},
"author": {
"name": "Hopscotch's community of authors and contributors",
"url": "https://github.com/linkedin/hopscotch/graphs/contributors"
},
"license": "Apache-2.0",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/linkedin/hopscotch/issues"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.5.1",
"babel-preset-latest": "^6.24.1",
"grunt": "~0.4.1",
"grunt-bump": "~0.0.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~1.4.1",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jasmine": "^0.9.2",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-jst": "~0.6.0",
"grunt-contrib-less": "~0.9.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.5.1",
"grunt-include-replace": "~1.2.0",
"grunt-rollup": "^2.0.1",
"grunt-shell": "~0.3.1",
"grunt-template-jasmine-istanbul": "^0.3.0",
"grunt-template-jasmine-requirejs": "^0.2.3",
"jquery": "~2.1.0",
"rollup-plugin-babel": "^2.7.1",
"webpack": "^2.6.1"
}
}