Project

General

Profile

1
{
2
    "name": "jssocials",
3
    "version": "1.5.0",
4
    "main": [
5
        "dist/jssocials.js",
6
        "dist/jssocials.css"
7
    ],
8
    "ignore": [
9
        "demo",
10
        "test",
11
        ".editorconfig",
12
        ".gitignore",
13
        ".jshintrc",
14
        ".travis.yml",
15
        "bower.json",
16
        "contributing.md",
17
        "Gruntfile.js",
18
        "LICENSE",
19
        "package.json",
20
        "README.md"
21
    ],
22
    "dependencies": {
23
        "jquery": ">=1.10.2"
24
    },
25
    "devDependencies": {
26
        "qunit": ">=1.12.0",
27
        "font-awesome": ">=1.0.0"
28
    }
29
}
(3-3/3)