-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
52 lines (52 loc) · 1.4 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
{
"name": "simplestatemanager",
"description": "SimpleStateManager is a library that allows you to enable and disable JavaScript based on the characteristics of the device.",
"version": "4.1.1",
"main": "src/ssm.js",
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w",
"test": "npx babel-node --presets es2015 -- test/utils.test.js",
"travis": "npm build && npm test"
},
"repository": {
"type": "git",
"url": "https://jonathan-fielding@github.com/jonathan-fielding/SimpleStateManager.git"
},
"keywords": [
"Responsive",
"State",
"Resize"
],
"author": "Jonathan Fielding",
"contributors": [
{
"name": "Iszak Bryan",
"url": "http://iszak.net/"
},
{
"name": "Jonathan Fielding",
"url": "http://www.jonathanfielding.com"
}
],
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-tape-runner": "^2.0.1",
"babelrc-rollup": "^3.0.0",
"eslint": "^4.11.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"rollup": "0.48.0",
"rollup-plugin-babel": "^3.0.2",
"tap-spec": "^4.1.1",
"tape": "^4.8.0",
"babel-eslint": "^8.0.1",
"rollup-plugin-uglify": "^2.0.1",
"uglify-es": "^3.1.2"
}
}