forked from predixdesignsystem/px-tooltip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 899 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
{
"name": "px-tooltip",
"author": "General Electric",
"description": "A Px component",
"version": "0.7.0",
"private": true,
"extName" : null,
"repository" :
{
"type": "git",
"url": "https://github.com/change-this-in-package.json-please.git"
},
"homepage": "http://predix.io/",
"devDependencies": {
"grunt": "~v0.4.5",
"grunt-sass": "^v1.0.0",
"grunt-shell": "~v1.1.1",
"grunt-contrib-clean": "~v0.6.0",
"grunt-contrib-jshint": "~v0.10.0",
"grunt-contrib-watch": "~v0.6.1",
"grunt-dep-serve": "git+https://github.com/GeneralElectric/grunt-dep-serve.git#master",
"webdriver-support": "git+https://github.com/PredixDev/webdriver-support.git#v2.2.1",
"grunt-autoprefixer": "^3.0.3",
"node-sass-import-once": "^1.2.0",
"grunt-concurrent": "^2.0.1"
}
}